3 implementations of GetDesiredExecutionState
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\49\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
572
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
GetDesiredExecutionState
(uint* state)
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1367
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
GetDesiredExecutionState
(uint* state) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
89
int IXCLRDataProcess.
GetDesiredExecutionState
(uint* state)
3 references to GetDesiredExecutionState
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\49\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
597
__retVal = @this.
GetDesiredExecutionState
(state);
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1486
new int GetDesiredExecutionState(uint* state) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
GetDesiredExecutionState
(state);
SOSDacImpl.IXCLRDataProcess.cs (1)
90
=> LegacyFallbackHelper.CanFallback() && _legacyProcess is not null ? _legacyProcess.
GetDesiredExecutionState
(state) : HResults.E_NOTIMPL;