2 implementations of GetAssociatedValue
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
900
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
GetAssociatedValue
(global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue> assocValue)
ClrDataValue.cs (1)
387
int IXCLRDataValue.
GetAssociatedValue
(DacComNullableByRef<IXCLRDataValue> assocValue)
2 references to GetAssociatedValue
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
948
__retVal = @this.
GetAssociatedValue
(assocValue);
ClrDataValue.cs (1)
395
hrLocal = _legacyImpl.
GetAssociatedValue
(legacyValueOut);