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