Пример #1
0
        public void Dispose(bool disposing)
        {
            if (disposing)
            {
                int result = EtwNativeMethods.UnregisterTraceGuids(this.registrationHandle);
                // PreSharp requires this: ignore result as we can neither trace nor throw
            }

            this.isDisposed = true;
        }