3 implementations of GetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
85int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.GetGcNotification(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs* gcEvtArgs)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess3.cs (1)
1479int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.GetGcNotification(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs* gcEvtArgs) => throw new global::System.Diagnostics.UnreachableException();
SOSDacImpl.IXCLRDataProcess.cs (1)
1867int 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)
1676new int GetGcNotification(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs* gcEvtArgs) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2)this).GetGcNotification(gcEvtArgs);