MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Dispose

Method Dispose

Source/Engine/Serialization/JsonSerializer.cs:228–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226#endif
227
228 internal static void Dispose()
229 {
230 CachedGuidBuffer.Values.ForEach(Marshal.FreeHGlobal);
231 Current.Dispose();
232 Cache.Dispose();
233 CacheManagedOnly.Dispose();
234 }
235
236 /// <summary>
237 /// The default implementation of the values comparision function used by the serialization system.

Callers

nothing calls this directly

Calls 1

ForEachMethod · 0.80

Tested by

no test coverage detected