1 write to _registrationHandle
WindowsBase (1)
Shared\MS\Utility\TraceProvider.cs (1)
57
_registrationHandle
= new SecurityCriticalDataForSet<ulong>(0);
7 references to _registrationHandle
WindowsBase (7)
Shared\MS\Utility\TraceProvider.cs (7)
462
_registrationHandle
.Value = registrationHandle;
519
ClassicEtw.UnregisterTraceGuids(
_registrationHandle
.Value);
577
_registrationHandle
.Value = registrationHandle;
607
if(
_registrationHandle
.Value != 0)
611
ManifestEtw.EventUnregister(
_registrationHandle
.Value);
615
_registrationHandle
.Value = 0;
639
return ManifestEtw.EventWrite(
_registrationHandle
.Value, ref eventDescriptor, (uint)argc, argv);