2 implementations of GetMethodDescName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1247int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetMethodDescName(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress methodDesc, uint count, char* name, uint* pNeeded)
SOSDacImpl.cs (1)
2607int ISOSDacInterface.GetMethodDescName(ClrDataAddress addr, uint count, char* name, uint* pNeeded)
2 references to GetMethodDescName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1277__retVal = @this.GetMethodDescName(methodDesc, count, name, pNeeded);
SOSDacImpl.cs (1)
2683hrLocal = _legacyImpl.GetMethodDescName(addr, count, ptr, &neededLocal);