2 implementations of GetNativeCodeSequencePointsAndVarInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1857
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetNativeCodeSequencePointsAndVarInfo
(ulong vmMethodDesc, ulong startAddress, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL fCodeAvailable, nint pNativeVarData, nint pSequencePoints)
Dbi\DacDbiImpl.cs (1)
1079
public int
GetNativeCodeSequencePointsAndVarInfo
(ulong vmMethodDesc, ulong startAddress, Interop.BOOL fCodeAvailable, nint pNativeVarData, nint pSequencePoints)
2 references to GetNativeCodeSequencePointsAndVarInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1882
__retVal = @this.
GetNativeCodeSequencePointsAndVarInfo
(vmMethodDesc, startAddress, fCodeAvailable, pNativeVarData, pSequencePoints);
Dbi\DacDbiImpl.cs (1)
1080
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetNativeCodeSequencePointsAndVarInfo
(vmMethodDesc, startAddress, fCodeAvailable, pNativeVarData, pSequencePoints) : HResults.E_NOTIMPL;