4 implementations of SetDesiredExecutionState
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\60\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
609
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
SetDesiredExecutionState
(uint state)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1403
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
SetDesiredExecutionState
(uint state) => throw new global::System.Diagnostics.UnreachableException();
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1407
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
SetDesiredExecutionState
(uint state) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
186
int IXCLRDataProcess.
SetDesiredExecutionState
(uint state)
3 references to SetDesiredExecutionState
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\60\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
634
__retVal = @this.
SetDesiredExecutionState
(state);
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1524
new int SetDesiredExecutionState(uint state) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
SetDesiredExecutionState
(state);
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1532
new int SetDesiredExecutionState(uint state) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
SetDesiredExecutionState
(state);