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