2 implementations of GetMethodTableSlot
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1904
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetMethodTableSlot
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress mt, uint slot, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* value)
SOSDacImpl.cs (1)
3016
int ISOSDacInterface.
GetMethodTableSlot
(ClrDataAddress mt, uint slot, ClrDataAddress* value)
2 references to GetMethodTableSlot
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1934
__retVal = @this.
GetMethodTableSlot
(mt, slot, value);
SOSDacImpl.cs (1)
3073
hrLocal = _legacyImpl.
GetMethodTableSlot
(mt, slot, &valueLocal);