22 references to GetCachedDirectoryEntry
System.DirectoryServices (22)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (2)
131
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
528
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (2)
138
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
236
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (3)
650
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
914
DirectoryEntry rootDSEEntry = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
1035
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (10)
111
rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
222
DirectoryEntry configEntry = _directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.ConfigurationNamingContext);
238
DirectoryEntry configEntry = _directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.ConfigurationNamingContext);
385
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
542
DirectoryEntry tempRootEntry = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
588
entry = _directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.SchemaNamingContext);
594
entry = _directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.PartitionsContainer);
625
DirectoryEntry sitesEntry = _directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.SitesContainer);
663
DirectoryEntry rootDSE = _directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
664
DirectoryEntry partitionsEntry = _directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.PartitionsContainer);
System\DirectoryServices\ActiveDirectory\Domain.cs (2)
105
rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
828
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
System\DirectoryServices\ActiveDirectory\DomainController.cs (2)
150
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
325
DirectoryEntry rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
131
rootDSE = directoryEntryMgr.
GetCachedDirectoryEntry
(WellKnownDN.RootDSE);