1 write to _becomeRoleOwnerAttrs
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\DomainController.cs (1)
81
_becomeRoleOwnerAttrs
= new string[5];
6 references to _becomeRoleOwnerAttrs
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\DomainController.cs (6)
82
_becomeRoleOwnerAttrs
[0] = PropertyManager.BecomeSchemaMaster;
83
_becomeRoleOwnerAttrs
[1] = PropertyManager.BecomeDomainMaster;
84
_becomeRoleOwnerAttrs
[2] = PropertyManager.BecomePdc;
85
_becomeRoleOwnerAttrs
[3] = PropertyManager.BecomeRidMaster;
86
_becomeRoleOwnerAttrs
[4] = PropertyManager.BecomeInfrastructureMaster;
326
rootDSE.Properties[
_becomeRoleOwnerAttrs
[(int)role]].Value = 1;