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