4 references to _typeHandleCache
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\ManagedTypeSource_1.cs (4)
31
_typeHandleCache
.Clear();
98
if (
_typeHandleCache
.TryGetValue(fullyQualifiedName, out ITypeHandle? cached))
107
_typeHandleCache
[fullyQualifiedName] = null;
111
_typeHandleCache
[fullyQualifiedName] = typeHandle;