4 references to _typeInfoCache
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ManagedTypeSource_1.cs (4)
28
_typeInfoCache
.Clear();
43
if (
_typeInfoCache
.TryGetValue(fullyQualifiedName, out Target.TypeInfo? cached))
64
_typeInfoCache
[fullyQualifiedName] = null;
68
_typeInfoCache
[fullyQualifiedName] = info;