2 implementations of GetManagedStoppedContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1894int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetManagedStoppedContext(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1082public 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;