2 implementations of SetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
122
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.
SetGcNotification
(global::Microsoft.Diagnostics.DataContractReader.Legacy.GcEvtArgs gcEvtArgs)
SOSDacImpl.IXCLRDataProcess.cs (1)
1076
int IXCLRDataProcess2.
SetGcNotification
(GcEvtArgs gcEvtArgs)
2 references to SetGcNotification
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\50\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataProcess2.cs (1)
147
__retVal = @this.
SetGcNotification
(gcEvtArgs);
SOSDacImpl.IXCLRDataProcess.cs (1)
1093
int hrLocal = _legacyProcess2.
SetGcNotification
(gcEvtArgs);