2 writes to _initialState
System.Security.AccessControl (2)
System\Security\AccessControl\Privilege.cs (2)
423
_initialState
= ((previousState.Privileges.Attributes & Interop.Advapi32.SEPrivileges.SE_PRIVILEGE_ENABLED) != 0);
528
_initialState
= false;
2 references to _initialState
System.Security.AccessControl (2)
System\Security\AccessControl\Privilege.cs (2)
426
_stateWasChanged = (
_initialState
!= enable);
487
newState.Privileges.Attributes = (
_initialState
? Interop.Advapi32.SEPrivileges.SE_PRIVILEGE_ENABLED : Interop.Advapi32.SEPrivileges.SE_PRIVILEGE_DISABLED);