1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTypeInstance.cs (1)
27_typeHandle = typeHandle;
10 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (10)
ClrDataTypeInstance.cs (10)
20internal ITypeHandle TypeHandle => _typeHandle; 132string name = _typeHandle.GetName(_target); 203if (rts.IsArray(_typeHandle, out _) || rts.IsFunctionPointer(_typeHandle, out _, out _)) 205definitionType = _typeHandle; 209else if (rts.IsTypeDesc(_typeHandle) && rts.HasTypeParam(_typeHandle)) 211definitionType = rts.GetTypeParam(_typeHandle); 217module = rts.GetModule(_typeHandle); 218token = rts.GetTypeDefToken(_typeHandle);