2 implementations of GetLocationByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1455
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
GetLocationByIndex
(uint loc, uint* flags, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* arg)
ClrDataValue.cs (1)
1083
int IXCLRDataValue.
GetLocationByIndex
(uint loc, uint* flags, ClrDataAddress* arg)
2 references to GetLocationByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\74\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1480
__retVal = @this.
GetLocationByIndex
(loc, flags, arg);
ClrDataValue.cs (1)
1108
int hrLocal = _legacyImpl.
GetLocationByIndex
(loc, &flagsLocal, &argLocal);