3 references to _collectibleCaches
System.Private.Xml (3)
System\Xml\Serialization\Compilation.cs (3)
753
if (
_collectibleCaches
.TryGetValue(lookupAssembly, out var cCache))
779
cache =
_collectibleCaches
.TryGetValue(collectibleAssembly, out var c)
783
_collectibleCaches
.AddOrUpdate(collectibleAssembly, cache);