2 implementations of EnableGCNotificationEvents
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4854
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
EnableGCNotificationEvents
(global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL fEnable)
Dbi\DacDbiImpl.cs (1)
2363
public int
EnableGCNotificationEvents
(Interop.BOOL fEnable)
2 references to EnableGCNotificationEvents
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4879
__retVal = @this.
EnableGCNotificationEvents
(fEnable);
Dbi\DacDbiImpl.cs (1)
2377
int hrLocal = _legacy.
EnableGCNotificationEvents
(fEnable);