8 references to ApplicationPartition
System.DirectoryServices (8)
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (1)
113
if (context.ContextType != DirectoryContextType.
ApplicationPartition
)
System\DirectoryServices\ActiveDirectory\DirectoryContext.cs (6)
119
if (contextType < DirectoryContextType.Domain || contextType > DirectoryContextType.
ApplicationPartition
)
150
if (contextType < DirectoryContextType.Domain || contextType > DirectoryContextType.
ApplicationPartition
)
294
else if (contextType == DirectoryContextType.
ApplicationPartition
)
408
if (_contextType != DirectoryContextType.
ApplicationPartition
)
413
_contextIsValid = IsContextValid(this, DirectoryContextType.
ApplicationPartition
);
521
case DirectoryContextType.
ApplicationPartition
:
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
971
DirectoryContext appNCContext = Utils.GetNewDirectoryContext(dnsName, DirectoryContextType.
ApplicationPartition
, _context);