4 implementations of SetOtherNotificationFlags
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\60\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
2165int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.SetOtherNotificationFlags(uint flags)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1461int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.SetOtherNotificationFlags(uint flags) => throw new global::System.Diagnostics.UnreachableException();
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1465int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.SetOtherNotificationFlags(uint flags) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
1461int IXCLRDataProcess.SetOtherNotificationFlags(uint flags)
4 references to SetOtherNotificationFlags
Microsoft.Diagnostics.DataContractReader.Legacy (4)
_generated\60\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
2190__retVal = @this.SetOtherNotificationFlags(flags);
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1640new int SetOtherNotificationFlags(uint flags) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).SetOtherNotificationFlags(flags);
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1648new int SetOtherNotificationFlags(uint flags) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).SetOtherNotificationFlags(flags);
SOSDacImpl.IXCLRDataProcess.cs (1)
1506_legacyProcess.SetOtherNotificationFlags(flags);