3 references to _collectibleCaches
System.Private.Xml (3)
System\Xml\Serialization\Compilation.cs (3)
705if (_collectibleCaches.TryGetValue(t.Assembly, out var cCache)) 726cache = _collectibleCaches.TryGetValue(t.Assembly, out var c) // Clone or create 730_collectibleCaches.AddOrUpdate(t.Assembly, cache);