3 references to GetRoleOwner
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\Domain.cs (3)
901
_cachedPdcRoleOwner ??=
GetRoleOwner
(ActiveDirectoryRole.PdcRole);
911
return _cachedRidRoleOwner ??=
GetRoleOwner
(ActiveDirectoryRole.RidRole);
920
return _cachedInfrastructureRoleOwner ??=
GetRoleOwner
(ActiveDirectoryRole.InfrastructureRole);