1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
8 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (8)
ClrDataValue.cs (8)
265else if (_typeHandle is null)
271typeInstance.Interface = new ClrDataTypeInstance(_target, _typeHandle, legacyType, _apiLock);
460|| _typeHandle is null)
469uint flags = GetTypeFieldValueFlags(_typeHandle, null, _flags & (uint)ClrDataValueFlag.ALL_LOCATIONS, isDeref: true);
473Size = _target.Contracts.RuntimeTypeSystem.GetBaseSize(_typeHandle),
477assocValue.Interface = new ClrDataValue(_target, _threadAddress, flags, _typeHandle, address, [location], legacyValue, _apiLock);
511typeHandle = _typeHandle;
905: _typeHandle;