9 instantiations of EmptySet
System.DirectoryServices.AccountManagement (9)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (3)
1468return new EmptySet(); 1476return new EmptySet(); 1635return new EmptySet();
System\DirectoryServices\AccountManagement\Group.cs (1)
165_members = new PrincipalCollection(new EmptySet(), this);
System\DirectoryServices\AccountManagement\Principal.cs (1)
954return new EmptySet();
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (3)
621return new EmptySet(); 703return new EmptySet(); 757return new EmptySet();
System\DirectoryServices\AccountManagement\User.cs (1)
293return new EmptySet();