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