2 implementations of EnableGCNotificationEvents
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4707
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
EnableGCNotificationEvents
(global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL fEnable)
Dbi\DacDbiImpl.cs (1)
5094
public int
EnableGCNotificationEvents
(Interop.BOOL fEnable)
2 references to EnableGCNotificationEvents
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
4732
__retVal = @this.
EnableGCNotificationEvents
(fEnable);
Dbi\DacDbiImpl.cs (1)
5108
int hrLocal = _legacy.
EnableGCNotificationEvents
(fEnable);