2 implementations of GetManagedStoppedContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1847
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
GetManagedStoppedContext
(ulong vmThread, ulong* pRetVal)
Dbi\DacDbiImpl.cs (1)
1244
public int
GetManagedStoppedContext
(ulong vmThread, ulong* pRetVal)
2 references to GetManagedStoppedContext
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1872
__retVal = @this.
GetManagedStoppedContext
(vmThread, pRetVal);
Dbi\DacDbiImpl.cs (1)
1279
int hrLocal = _legacy.
GetManagedStoppedContext
(vmThread, &pRetValLocal);