10 references to GetDirectoryEntryInternal
System.DirectoryServices (10)
System\DirectoryServices\ActiveDirectory\ActiveDirectoryInterSiteTransport.cs (1)
333
return DirectoryEntryManager.
GetDirectoryEntryInternal
(_context, _cachedEntry.Path);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (2)
103
_abstractClassEntry = DirectoryEntryManager.
GetDirectoryEntryInternal
(context, "LDAP://" + context.GetServerName() + "/schema/" + ldapDisplayName);
433
return DirectoryEntryManager.
GetDirectoryEntryInternal
(_context, _classEntry.Path);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (2)
156
_abstractPropertyEntry = DirectoryEntryManager.
GetDirectoryEntryInternal
(context, "LDAP://" + context.GetServerName() + "/schema/" + ldapDisplayName);
470
return DirectoryEntryManager.
GetDirectoryEntryInternal
(_context, _propertyEntry.Path);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (1)
1083
return DirectoryEntryManager.
GetDirectoryEntryInternal
(context, cachedEntry.Path);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLink.cs (1)
642
return DirectoryEntryManager.
GetDirectoryEntryInternal
(context, cachedEntry.Path);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (1)
298
return DirectoryEntryManager.
GetDirectoryEntryInternal
(context, cachedEntry!.Path);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (1)
351
return DirectoryEntryManager.
GetDirectoryEntryInternal
(context, cachedEntry.Path);
System\DirectoryServices\ActiveDirectory\ReplicationConnection.cs (1)
904
return DirectoryEntryManager.
GetDirectoryEntryInternal
(context, cachedDirectoryEntry.Path);