2 implementations of GetJitHelperFunctionName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1494int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetJitHelperFunctionName(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress ip, uint count, byte* name, uint* pNeeded)
SOSDacImpl.cs (1)
2108int 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)
2135hrLocal = _legacyImpl.GetJitHelperFunctionName(ip, count, ptr, &neededLocal);