5 references to ClrDataValue
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataExceptionState.cs (1)
149value.Interface = new ClrDataValue(
ClrDataFrame.cs (1)
516return new ClrDataValue(_target, _threadAddress, valueFlags, typeHandle, baseAddress, locations, legacyImpl);
ClrDataValue.cs (3)
421assocValue.Interface = new ClrDataValue(_target, _threadAddress, flags, _typeHandle, address, [location], legacyValue); 620value.Interface = new ClrDataValue(_target, _threadAddress, flags, elementType, offset, [location], legacyValue); 948return new ClrDataValue(_target, _threadAddress, flags, fieldType, baseAddress, locations, legacyValue);