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