1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTypeDefinition.cs (1)
37_typeHandle = typeHandle;
4 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataTypeDefinition.cs (4)
128if (_typeHandle is null) 140name = _typeHandle.GetName(_target); 236if (_typeHandle is null) 239*type = (uint)_target.Contracts.RuntimeTypeSystem.GetInternalCorElementType(_typeHandle);