3 implementations of SetOtherNotificationFlags
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\49\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
2109int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.SetOtherNotificationFlags(uint flags)
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1427int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.SetOtherNotificationFlags(uint flags) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
976int IXCLRDataProcess.SetOtherNotificationFlags(uint flags)
3 references to SetOtherNotificationFlags
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\49\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
2134__retVal = @this.SetOtherNotificationFlags(flags);
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1606new int SetOtherNotificationFlags(uint flags) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).SetOtherNotificationFlags(flags);
SOSDacImpl.IXCLRDataProcess.cs (1)
1021_legacyProcess.SetOtherNotificationFlags(flags);