3 implementations of GetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
85
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.
GetGcNotification
(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs* gcEvtArgs)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1479
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.
GetGcNotification
(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs* gcEvtArgs) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
1867
int IXCLRDataProcess2.
GetGcNotification
(GcEvtArgs* gcEvtArgs)
2 references to GetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
110
__retVal = @this.
GetGcNotification
(gcEvtArgs);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1676
new int GetGcNotification(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs* gcEvtArgs) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2)this).
GetGcNotification
(gcEvtArgs);