2 implementations of GetLocationByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1428
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.
GetLocationByIndex
(uint loc, uint* flags, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* arg)
ClrDataValue.cs (1)
331
int IXCLRDataValue.
GetLocationByIndex
(uint loc, uint* flags, ClrDataAddress* arg)
2 references to GetLocationByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1453
__retVal = @this.
GetLocationByIndex
(loc, flags, arg);
ClrDataValue.cs (1)
356
int hrLocal = _legacyImpl.
GetLocationByIndex
(loc, &flagsLocal, &argLocal);