2 implementations of GetActiveRejitILCodeVersionNode
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4706
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetActiveRejitILCodeVersionNode
(ulong vmModule, uint methodTk, ulong* pVmILCodeVersionNode)
Dbi\DacDbiImpl.cs (1)
2232
public int
GetActiveRejitILCodeVersionNode
(ulong vmModule, uint methodTk, ulong* pVmILCodeVersionNode)
2 references to GetActiveRejitILCodeVersionNode
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4731
__retVal = @this.
GetActiveRejitILCodeVersionNode
(vmModule, methodTk, pVmILCodeVersionNode);
Dbi\DacDbiImpl.cs (1)
2275
int hrLocal = _legacy.
GetActiveRejitILCodeVersionNode
(vmModule, methodTk, &resultLocal);