3 writes to directoryEntryMgr
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (2)
42this.directoryEntryMgr = directoryEntryMgr; 67this.directoryEntryMgr = directoryEntryMgr;
System\DirectoryServices\ActiveDirectory\DomainController.cs (1)
78this.directoryEntryMgr = directoryEntryMgr;
31 references to directoryEntryMgr
System.DirectoryServices (31)
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (12)
236DirectoryEntry rootDSE = directoryEntryMgr.GetCachedDirectoryEntry(WellKnownDN.RootDSE); 261roleObjectDN = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.SchemaNamingContext); 266roleObjectDN = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.PartitionsContainer); 462DirectoryEntry ntdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName); 503DirectoryEntry serverEntry = directoryEntryMgr.GetCachedDirectoryEntry(ServerObjectName); 517DirectoryEntry ntdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName); 531DirectoryEntry ntdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName); 554schemaEntry = DirectoryEntryManager.GetDirectoryEntry(context, directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.SchemaNamingContext)); 561partitionsEntry = DirectoryEntryManager.GetDirectoryEntry(context, directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.PartitionsContainer)); 591DirectoryEntry ntdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName); 617DirectoryEntry ntdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName); 769DirectoryEntry ntdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName);
System\DirectoryServices\ActiveDirectory\DirectoryServer.cs (6)
63foreach (DirectoryEntry entry in directoryEntryMgr.GetCachedDirectoryEntries()) 96string parentDN = "CN=Servers,CN=" + siteName + "," + directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.SitesContainer); 101DirectoryEntry serverEntry = directoryEntryMgr.GetCachedDirectoryEntry(serverName); 125directoryEntryMgr.RemoveIfExists(cachedSiteObjectName); 131directoryEntryMgr.RemoveIfExists(cachedServerObjectName); 137directoryEntryMgr.RemoveIfExists(cachedNtdsaObjectName);
System\DirectoryServices\ActiveDirectory\DomainController.cs (11)
265DirectoryEntry serverNtdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName); 289DirectoryEntry serverNtdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName); 325DirectoryEntry rootDSE = directoryEntryMgr.GetCachedDirectoryEntry(WellKnownDN.RootDSE); 350roleObjectDN = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.SchemaNamingContext); 355roleObjectDN = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.PartitionsContainer); 360roleObjectDN = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.DefaultNamingContext); 365roleObjectDN = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.RidManager); 370roleObjectDN = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.Infrastructure); 646DirectoryEntry computerEntry = directoryEntryMgr.GetCachedDirectoryEntry(ComputerObjectName); 662DirectoryEntry computerEntry = directoryEntryMgr.GetCachedDirectoryEntry(ComputerObjectName); 699string defaultNCName = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.DefaultNamingContext);
System\DirectoryServices\ActiveDirectory\GlobalCatalog.cs (2)
185DirectoryEntry serverNtdsaEntry = directoryEntryMgr.GetCachedDirectoryEntry(NtdsaObjectName); 232schemaNC = directoryEntryMgr.ExpandWellKnownDN(WellKnownDN.SchemaNamingContext);