4 implementations of GetDesiredExecutionState
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
572
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
GetDesiredExecutionState
(uint* state)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1401
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
GetDesiredExecutionState
(uint* state) => throw new global::System.Diagnostics.UnreachableException();
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1405
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
GetDesiredExecutionState
(uint* state) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
221
int IXCLRDataProcess.
GetDesiredExecutionState
(uint* state)
3 references to GetDesiredExecutionState
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
597
__retVal = @this.
GetDesiredExecutionState
(state);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1520
new int GetDesiredExecutionState(uint* state) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
GetDesiredExecutionState
(state);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1528
new int GetDesiredExecutionState(uint* state) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
GetDesiredExecutionState
(state);