16 references to ConfigurationSet
System.DirectoryServices (16)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (4)
93(context.ContextType != DirectoryContextType.ConfigurationSet) && 113else if (context.ContextType == DirectoryContextType.ConfigurationSet) 150else if (context.ContextType == DirectoryContextType.ConfigurationSet) 166if (context.ContextType == DirectoryContextType.ConfigurationSet)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (2)
170if (context.ContextType != DirectoryContextType.ConfigurationSet) 196if (context.ContextType != DirectoryContextType.ConfigurationSet)
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (5)
79if ((context.ContextType != DirectoryContextType.ConfigurationSet) && 89if (context.ContextType == DirectoryContextType.ConfigurationSet) 125if (context.ContextType == DirectoryContextType.ConfigurationSet) 141if (context.ContextType == DirectoryContextType.ConfigurationSet) 380if (context.ContextType != DirectoryContextType.ConfigurationSet)
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (5)
89if (context.ContextType != DirectoryContextType.ConfigurationSet) 434if (_contextType != DirectoryContextType.ConfigurationSet) 439_contextIsValid = IsContextValid(this, DirectoryContextType.ConfigurationSet); 481return ((ContextType == DirectoryContextType.DirectoryServer) || (ContextType == DirectoryContextType.ConfigurationSet)); 490case DirectoryContextType.ConfigurationSet: