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); 487newState.Privileges.Attributes = (_initialState ? Interop.Advapi32.SEPrivileges.SE_PRIVILEGE_ENABLED : Interop.Advapi32.SEPrivileges.SE_PRIVILEGE_DISABLED);