2 implementations of SetDebugState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1288
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
SetDebugState
(ulong vmThread, int debugState)
Dbi\DacDbiImpl.cs (1)
1014
public int
SetDebugState
(ulong vmThread, int debugState)
2 references to SetDebugState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1313
__retVal = @this.
SetDebugState
(vmThread, debugState);
Dbi\DacDbiImpl.cs (1)
1041
int hrLocal = _legacy.
SetDebugState
(vmThread, debugState);