2 implementations of GetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
85int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.GetGcNotification(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs* gcEvtArgs)
SOSDacImpl.IXCLRDataProcess.cs (1)
1063int IXCLRDataProcess2.GetGcNotification(GcEvtArgs* gcEvtArgs)
2 references to GetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
110__retVal = @this.GetGcNotification(gcEvtArgs);
SOSDacImpl.IXCLRDataProcess.cs (1)
1069int hrLocal = _legacyProcess2.GetGcNotification(gcEvtArgs);