2 implementations of GetJitHelperFunctionName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1494
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetJitHelperFunctionName
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress ip, uint count, byte* name, uint* pNeeded)
SOSDacImpl.cs (1)
2108
int ISOSDacInterface.
GetJitHelperFunctionName
(ClrDataAddress ip, uint count, byte* name, uint* pNeeded)
2 references to GetJitHelperFunctionName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1524
__retVal = @this.
GetJitHelperFunctionName
(ip, count, name, pNeeded);
SOSDacImpl.cs (1)
2135
hrLocal = _legacyImpl.
GetJitHelperFunctionName
(ip, count, ptr, &neededLocal);