4 references to _typeInfoCache
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ManagedTypeSource_1.cs (4)
35
_typeInfoCache
.Clear();
50
if (
_typeInfoCache
.TryGetValue(fullyQualifiedName, out Target.TypeInfo? cached))
71
_typeInfoCache
[fullyQualifiedName] = null;
75
_typeInfoCache
[fullyQualifiedName] = info;