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)
2026
if(
_shutdownExecutionContext
!= null &&
_shutdownExecutionContext
.Value != null)
2030
CulturePreservingExecutionContext.Run(
_shutdownExecutionContext
.Value, new ContextCallback(ShutdownImplInSecurityContext), null);