1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTypeInstance.cs (1)
21_typeHandle = typeHandle;
9 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataTypeInstance.cs (9)
73string name = _typeHandle.GetName(_target); 139if (rts.IsArray(_typeHandle, out _) || rts.IsFunctionPointer(_typeHandle, out _, out _)) 141definitionType = _typeHandle; 145else if (rts.IsTypeDesc(_typeHandle) && rts.HasTypeParam(_typeHandle)) 147definitionType = rts.GetTypeParam(_typeHandle); 153module = rts.GetModule(_typeHandle); 154token = rts.GetTypeDefToken(_typeHandle);