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)
89if (_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;