1 write to etwCallback
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticEventProvider.cs (1)
80
this.
etwCallback
= new UnsafeNativeMethods.EtwEnableCallback(EtwEnableCallBack);
1 reference to etwCallback
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticEventProvider.cs (1)
81
uint etwRegistrationStatus = UnsafeNativeMethods.EventRegister(ref this.providerId, this.
etwCallback
, null, ref this.traceRegistrationHandle);