2 implementations of GetMethodDescName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1247
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetMethodDescName
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress methodDesc, uint count, char* name, uint* pNeeded)
SOSDacImpl.cs (1)
2696
int ISOSDacInterface.
GetMethodDescName
(ClrDataAddress addr, uint count, char* name, uint* pNeeded)
1 reference to GetMethodDescName
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1277
__retVal = @this.
GetMethodDescName
(methodDesc, count, name, pNeeded);