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