3 writes to cachedEntry
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectoryInterSiteTransport.cs (1)
294
bridge.
cachedEntry
= connectionEntry;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (2)
68
cachedEntry
= de.Children.Add(rdn, "siteLinkBridge");
156
bridge.
cachedEntry
= connectionEntry;
11 references to cachedEntry
System.DirectoryServices (11)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySiteLinkBridge.cs (7)
215
_links.de =
cachedEntry
;
239
cachedEntry
!.CommitChanges();
270
cachedEntry
!.Parent.Children.Remove(
cachedEntry
);
298
return DirectoryEntryManager.GetDirectoryEntryInternal(context,
cachedEntry
!.Path);
313
cachedEntry
?.Dispose();
360
Hashtable values = Utils.GetValuesWithRangeRetrieval(
cachedEntry
!, "(objectClass=*)", propertyList, SearchScope.Base);
System\DirectoryServices\ActiveDirectory\ReadOnlySiteLinkBridgeCollection.cs (4)
22
string? dn = (string?)PropertyManager.GetPropertyValue(bridge.context, bridge.
cachedEntry
!, PropertyManager.DistinguishedName);
27
string? tmpDn = (string?)PropertyManager.GetPropertyValue(tmp.context, tmp.
cachedEntry
!, PropertyManager.DistinguishedName);
42
string? dn = (string?)PropertyManager.GetPropertyValue(bridge.context, bridge.
cachedEntry
!, PropertyManager.DistinguishedName);
47
string? tmpDn = (string?)PropertyManager.GetPropertyValue(tmp.context, tmp.
cachedEntry
!, PropertyManager.DistinguishedName);