2 implementations of GetLocationByIndex
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.cs (1)
1428int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataValue.GetLocationByIndex(uint loc, uint* flags, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* arg)
ClrDataValue.cs (1)
331int 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)
356int hrLocal = _legacyImpl.GetLocationByIndex(loc, &flagsLocal, &argLocal);