3 writes to cachedEntry
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (1)
1163
subnet.
cachedEntry
= result.GetDirectoryEntry();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (2)
87
subnet.
cachedEntry
= connectionEntry;
132
cachedEntry
= de.Children.Add(rdn, "subnet");
23 references to cachedEntry
System.DirectoryServices (23)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnet.cs (15)
235
if (
cachedEntry
.Properties.Contains("location"))
236
return (string)
cachedEntry
.Properties["location"][0]!;
255
if (
cachedEntry
.Properties.Contains("location"))
256
cachedEntry
.Properties["location"].Clear();
260
cachedEntry
.Properties["location"].Value = value;
283
if (
cachedEntry
.Properties.Contains("siteObject"))
284
cachedEntry
.Properties["siteObject"].Clear();
289
cachedEntry
.Properties["siteObject"].Value = _site.cachedEntry.Properties["distinguishedName"][0];
291
cachedEntry
.CommitChanges();
296
cachedEntry
.Properties["siteObject"].Add(_site!.cachedEntry.Properties["distinguishedName"][0]);
298
cachedEntry
.CommitChanges();
323
cachedEntry
.Parent.Children.Remove(
cachedEntry
);
351
return DirectoryEntryManager.GetDirectoryEntryInternal(context,
cachedEntry
.Path);
366
cachedEntry
?.Dispose();
System\DirectoryServices\ActiveDirectory\ActiveDirectorySubnetCollection.cs (8)
96
string dn = (string)PropertyManager.GetPropertyValue(subnet.context, subnet.
cachedEntry
, PropertyManager.DistinguishedName)!;
101
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.context, tmp.
cachedEntry
, PropertyManager.DistinguishedName)!;
124
string dn = (string)PropertyManager.GetPropertyValue(subnet.context, subnet.
cachedEntry
, PropertyManager.DistinguishedName)!;
129
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.context, tmp.
cachedEntry
, PropertyManager.DistinguishedName)!;
161
string dn = (string)PropertyManager.GetPropertyValue(subnet.context, subnet.
cachedEntry
, PropertyManager.DistinguishedName)!;
166
string tmpDn = (string)PropertyManager.GetPropertyValue(tmp.context, tmp.
cachedEntry
, PropertyManager.DistinguishedName)!;
210
string dn = (string)PropertyManager.GetPropertyValue(subnet.context, subnet.
cachedEntry
, PropertyManager.DistinguishedName)!;
237
string dn = (string)PropertyManager.GetPropertyValue(subnet.context, subnet.
cachedEntry
, PropertyManager.DistinguishedName)!;