2 implementations of EnableGCNotificationEvents
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4629
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
EnableGCNotificationEvents
(global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL fEnable)
Dbi\DacDbiImpl.cs (1)
5322
public int
EnableGCNotificationEvents
(Interop.BOOL fEnable)
2 references to EnableGCNotificationEvents
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4654
__retVal = @this.
EnableGCNotificationEvents
(fEnable);
Dbi\DacDbiImpl.cs (1)
5336
int hrLocal = _legacy.
EnableGCNotificationEvents
(fEnable);