2 implementations of GetJitHelperFunctionName
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\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)
2186
int ISOSDacInterface.
GetJitHelperFunctionName
(ClrDataAddress ip, uint count, byte* name, uint* pNeeded)
1 reference to GetJitHelperFunctionName
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
1524
__retVal = @this.
GetJitHelperFunctionName
(ip, count, name, pNeeded);