2 implementations of GetManagedStoppedContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1806
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetManagedStoppedContext
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1495
public int
GetManagedStoppedContext
(ulong vmThread, ulong* pRetVal)
2 references to GetManagedStoppedContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1831
__retVal = @this.
GetManagedStoppedContext
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1530
int hrLocal = _legacy.
GetManagedStoppedContext
(vmThread, &pRetValLocal);