3 implementations of SetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
122
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.
SetGcNotification
(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs gcEvtArgs)
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1481
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.
SetGcNotification
(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs gcEvtArgs) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
1741
int IXCLRDataProcess2.
SetGcNotification
(GcEvtArgs gcEvtArgs)
3 references to SetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
147
__retVal = @this.
SetGcNotification
(gcEvtArgs);
_generated\62\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1680
new int SetGcNotification(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs gcEvtArgs) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2)this).
SetGcNotification
(gcEvtArgs);
SOSDacImpl.IXCLRDataProcess.cs (1)
1758
int hrLocal = _legacyProcess2.
SetGcNotification
(gcEvtArgs);