2 implementations of GetDesiredExecutionState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\54\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
345int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.GetDesiredExecutionState(uint* state)
ClrDataTask.cs (1)
64int IXCLRDataTask.GetDesiredExecutionState(uint* state)
2 references to GetDesiredExecutionState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\54\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
370__retVal = @this.GetDesiredExecutionState(state);
ClrDataTask.cs (1)
65=> LegacyFallbackHelper.CanFallback() && _legacyImpl is not null ? _legacyImpl.GetDesiredExecutionState(state) : HResults.E_NOTIMPL;