1 write to _threadAddress
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataValue.cs (1)
51_threadAddress = threadAddress;
5 references to _threadAddress
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataValue.cs (5)
421assocValue.Interface = new ClrDataValue(_target, _threadAddress, flags, _typeHandle, address, [location], legacyValue); 620value.Interface = new ClrDataValue(_target, _threadAddress, flags, elementType, offset, [location], legacyValue); 916if (_threadAddress == TargetPointer.Null) 919address = rts.GetFieldDescThreadStaticAddress(fieldDesc, _threadAddress, unboxValueTypes: false); 948return new ClrDataValue(_target, _threadAddress, flags, fieldType, baseAddress, locations, legacyValue);