2 implementations of GetMethodTableSlot
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\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)
3113
int ISOSDacInterface.
GetMethodTableSlot
(ClrDataAddress mt, uint slot, ClrDataAddress* value)
1 reference to GetMethodTableSlot
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1934
__retVal = @this.
GetMethodTableSlot
(mt, slot, value);