1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTypeDefinition.cs (1)
33_typeHandle = typeHandle;
4 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataTypeDefinition.cs (4)
79if (_typeHandle is null) 91name = _typeHandle.GetName(_target); 185if (_typeHandle is null) 188*type = (uint)_target.Contracts.RuntimeTypeSystem.GetInternalCorElementType(_typeHandle);