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