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