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; 519ClassicEtw.UnregisterTraceGuids(_registrationHandle.Value); 577_registrationHandle.Value = registrationHandle; 607if(_registrationHandle.Value != 0) 611ManifestEtw.EventUnregister(_registrationHandle.Value); 615_registrationHandle.Value = 0; 639return ManifestEtw.EventWrite(_registrationHandle.Value, ref eventDescriptor, (uint)argc, argv);