2 implementations of GetMethodDescName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\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)
2607
int 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)
2683
hrLocal = _legacyImpl.
GetMethodDescName
(addr, count, ptr, &neededLocal);