()
| 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. |