2 implementations of GetManagedStoppedContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1894
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetManagedStoppedContext
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1082
public int
GetManagedStoppedContext
(ulong vmThread, ulong* pRetVal)
2 references to GetManagedStoppedContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1919
__retVal = @this.
GetManagedStoppedContext
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1083
=> LegacyFallbackHelper.CanFallback() && _legacy is not null ? _legacy.
GetManagedStoppedContext
(vmThread, pRetVal) : HResults.E_NOTIMPL;