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