3 writes to _domainDNSEntry
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (3)
92
_domainDNSEntry
= null;
950
_domainDNSEntry
= parent.Children.Add(Utils.GetRdnFromDN(distinguishedName), PropertyManager.DomainDNS);
992
_domainDNSEntry
= parent.Children.Add(Utils.GetRdnFromDN(distinguishedName), objectClass);
7 references to _domainDNSEntry
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\ApplicationPartition.cs (7)
89
if (
_domainDNSEntry
!= null)
91
_domainDNSEntry
.Dispose();
574
_domainDNSEntry
!.CommitChanges();
610
_domainDNSEntry
!.CommitChanges();
926
[MemberNotNull(nameof(
_domainDNSEntry
))]
952
_domainDNSEntry
.Properties[PropertyManager.InstanceType].Value = NCFlags.InstanceTypeIsNCHead | NCFlags.InstanceTypeIsWriteable;
995
_domainDNSEntry
.Properties[PropertyManager.InstanceType].Value = NCFlags.InstanceTypeIsNCHead | NCFlags.InstanceTypeIsWriteable;