2 writes to traceRegistrationHandle
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\DiagnosticEventProvider.cs (2)
81
uint etwRegistrationStatus = UnsafeNativeMethods.EventRegister(ref this.providerId, this.etwCallback, null, ref this.
traceRegistrationHandle
);
135
this.
traceRegistrationHandle
= 0;
13 references to traceRegistrationHandle
System.ServiceModel.Internals (13)
System\Runtime\Diagnostics\DiagnosticEventProvider.cs (13)
132
if (this.
traceRegistrationHandle
!= 0)
134
UnsafeNativeMethods.EventUnregister(this.
traceRegistrationHandle
);
208
return UnsafeNativeMethods.EventEnabled(this.
traceRegistrationHandle
, ref eventDescriptor);
418
status = (int)UnsafeNativeMethods.EventWriteString(this.
traceRegistrationHandle
, eventLevel, eventKeywords, pdata);
501
status = UnsafeNativeMethods.EventWrite(this.
traceRegistrationHandle
, ref eventDescriptor, (uint)argCount, &userData);
508
status = UnsafeNativeMethods.EventWrite(this.
traceRegistrationHandle
, ref eventDescriptor, 0, null);
512
status = UnsafeNativeMethods.EventWrite(this.
traceRegistrationHandle
, ref eventDescriptor, (uint)argCount, &userData);
619
status = UnsafeNativeMethods.EventWrite(this.
traceRegistrationHandle
, ref eventDescriptor, (uint)argCount, userData);
675
status = UnsafeNativeMethods.EventWrite(this.
traceRegistrationHandle
, ref eventDescriptor, 1, &userData);
713
status = UnsafeNativeMethods.EventWrite(this.
traceRegistrationHandle
, ref eventDescriptor, (uint)dataCount, (UnsafeNativeMethods.EventData*)data);
843
status = UnsafeNativeMethods.EventWriteTransfer(this.
traceRegistrationHandle
, ref eventDescriptor, ref eventTraceActivity.ActivityId, ref relatedActivityId, (uint)argCount, userData);
848
status = UnsafeNativeMethods.EventWriteTransfer(this.
traceRegistrationHandle
, ref eventDescriptor, ref eventTraceActivity.ActivityId, ref relatedActivityId, 0, null);
875
status = UnsafeNativeMethods.EventWriteTransfer(this.
traceRegistrationHandle
,