2 implementations of GetManagedStoppedContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1849
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetManagedStoppedContext
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1199
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)
1874
__retVal = @this.
GetManagedStoppedContext
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1234
int hrLocal = _legacy.
GetManagedStoppedContext
(vmThread, &pRetValLocal);