8 instantiations of ActiveDirectorySchemaClassCollection
System.DirectoryServices (8)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (8)
618_possibleSuperiors = new ActiveDirectorySchemaClassCollection(_context, this, true /* isBound */, PropertyManager.PossibleSuperiors, possibleSuperiorsList, true /* onlyNames */); 623_possibleSuperiors = new ActiveDirectorySchemaClassCollection(_context, this, true /* is Bound */, PropertyManager.PossibleSuperiors, new ArrayList()); 632_possibleSuperiors = new ActiveDirectorySchemaClassCollection(_context, this, true /* isBound */, PropertyManager.PossibleSuperiors, GetClasses(possibleSuperiorsList)); 637_possibleSuperiors = new ActiveDirectorySchemaClassCollection(_context, this, false /* is Bound */, PropertyManager.PossibleSuperiors, new ArrayList()); 878_auxiliaryClasses = new ActiveDirectorySchemaClassCollection(_context, this, true /* isBound */, PropertyManager.AuxiliaryClass, auxiliaryClassesList, true /* onlyNames */); 883_auxiliaryClasses = new ActiveDirectorySchemaClassCollection(_context, this, true /* is Bound */, PropertyManager.AuxiliaryClass, new ArrayList()); 892_auxiliaryClasses = new ActiveDirectorySchemaClassCollection(_context, this, true /* isBound */, PropertyManager.AuxiliaryClass, GetClasses(GetPropertyValuesRecursively(propertyNames))); 897_auxiliaryClasses = new ActiveDirectorySchemaClassCollection(_context, this, false /* isBound */, PropertyManager.AuxiliaryClass, new ArrayList());
5 references to ActiveDirectorySchemaClassCollection
System.DirectoryServices (5)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (4)
36private ActiveDirectorySchemaClassCollection? _possibleSuperiors; 37private ActiveDirectorySchemaClassCollection? _auxiliaryClasses; 568public ActiveDirectorySchemaClassCollection PossibleSuperiors 828public ActiveDirectorySchemaClassCollection AuxiliaryClasses
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClassCollection.cs (1)
114public void AddRange(ActiveDirectorySchemaClassCollection schemaClasses)