3 implementations of SetAllTypeNotifications
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\49\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
1698int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.SetAllTypeNotifications(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule mod, uint flags)
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1413int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.SetAllTypeNotifications(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule mod, uint flags) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
791int IXCLRDataProcess.SetAllTypeNotifications(IXCLRDataModule? mod, uint flags)
3 references to SetAllTypeNotifications
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\49\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
1737__retVal = @this.SetAllTypeNotifications(mod, flags);
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1578new int SetAllTypeNotifications(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule mod, uint flags) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).SetAllTypeNotifications(mod, flags);
SOSDacImpl.IXCLRDataProcess.cs (1)
792=> LegacyFallbackHelper.CanFallback() && _legacyProcess is not null ? _legacyProcess.SetAllTypeNotifications(mod, flags) : HResults.E_NOTIMPL;