2 writes to _shutdownExecutionContext
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
1996_shutdownExecutionContext = new SecurityCriticalDataClass<CulturePreservingExecutionContext>(shutdownExecutionContext); 2039_shutdownExecutionContext = null;
3 references to _shutdownExecutionContext
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (3)
2026if(_shutdownExecutionContext != null && _shutdownExecutionContext.Value != null) 2030CulturePreservingExecutionContext.Run(_shutdownExecutionContext.Value, new ContextCallback(ShutdownImplInSecurityContext), null);