4 implementations of SetAllCodeNotifications
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
1805
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
SetAllCodeNotifications
(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule mod, uint flags)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1449
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
SetAllCodeNotifications
(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule mod, uint flags) => throw new global::System.Diagnostics.UnreachableException();
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1453
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.
SetAllCodeNotifications
(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule mod, uint flags) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
1391
int IXCLRDataProcess.
SetAllCodeNotifications
(IXCLRDataModule? mod, uint flags)
3 references to SetAllCodeNotifications
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess.cs (1)
1844
__retVal = @this.
SetAllCodeNotifications
(mod, flags);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
1616
new int SetAllCodeNotifications(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule mod, uint flags) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
SetAllCodeNotifications
(mod, flags);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1624
new int SetAllCodeNotifications(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataModule mod, uint flags) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess)this).
SetAllCodeNotifications
(mod, flags);