2 implementations of GetNativeCodeSequencePointsAndVarInfo
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1812
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)
1196
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)
1837
__retVal = @this.
GetNativeCodeSequencePointsAndVarInfo
(vmMethodDesc, startAddress, fCodeAvailable, pNativeVarData, pSequencePoints);
Dbi\DacDbiImpl.cs (1)
1197
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetNativeCodeSequencePointsAndVarInfo
(vmMethodDesc, startAddress, fCodeAvailable, pNativeVarData, pSequencePoints) : HResults.E_NOTIMPL;