2 implementations of GetMethodTableName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1820
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetMethodTableName
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress mt, uint count, char* mtName, uint* pNeeded)
SOSDacImpl.cs (1)
3043
int ISOSDacInterface.
GetMethodTableName
(ClrDataAddress mt, uint count, char* mtName, uint* pNeeded)
1 reference to GetMethodTableName
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1850
__retVal = @this.
GetMethodTableName
(mt, count, mtName, pNeeded);