5 instantiations of ClrDataValue
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataExceptionState.cs (1)
157
value.Interface = new
ClrDataValue
(
ClrDataFrame.cs (1)
550
return new
ClrDataValue
(_target, _threadAddress, valueFlags, typeHandle, baseAddress, locations, legacyImpl, _apiLock);
ClrDataValue.cs (3)
477
assocValue.Interface = new
ClrDataValue
(_target, _threadAddress, flags, _typeHandle, address, [location], legacyValue, _apiLock);
680
value.Interface = new
ClrDataValue
(_target, _threadAddress, flags, elementType, offset, [location], legacyValue, _apiLock);
1008
return new
ClrDataValue
(_target, _threadAddress, flags, fieldType, baseAddress, locations, legacyValue, _apiLock);
2 references to ClrDataValue
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataFrame.cs (1)
480
private
ClrDataValue
CreateValueFromDebugInfo(
ClrDataValue.cs (1)
951
private
ClrDataValue
CreateFieldValue(