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