3 implementations of GetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
85
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.
GetGcNotification
(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs* gcEvtArgs)
_generated\62\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)
1728
int IXCLRDataProcess2.
GetGcNotification
(GcEvtArgs* gcEvtArgs)
3 references to GetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\61\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
110
__retVal = @this.
GetGcNotification
(gcEvtArgs);
_generated\62\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);
SOSDacImpl.IXCLRDataProcess.cs (1)
1734
int hrLocal = _legacyProcess2.
GetGcNotification
(gcEvtArgs);