3 writes to _schemaEntry
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (3)
38_schemaEntry = DirectoryEntryManager.GetDirectoryEntry(context, distinguishedName); 45_schemaEntry = DirectoryEntryManager.GetDirectoryEntry(context, distinguishedName); 67_schemaEntry = null!;
16 references to _schemaEntry
System.DirectoryServices (16)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (16)
64if (_schemaEntry != null) 66_schemaEntry.Dispose(); 230Hashtable propertiesFromServer = ActiveDirectorySchemaClass.GetPropertiesFromSchemaContainer(context, _schemaEntry, commonName, true /* isDefunctOnServer */); 231ActiveDirectorySchemaClass schemaClass = new ActiveDirectorySchemaClass(context, commonName, propertiesFromServer, _schemaEntry); 244return GetAllClasses(context, _schemaEntry, filter); 263return GetAllClasses(context, _schemaEntry, filter); 275return GetAllClasses(context, _schemaEntry, filter); 303SearchResult propertiesFromServer = ActiveDirectorySchemaProperty.GetPropertiesFromSchemaContainer(context, _schemaEntry, commonName, true /* isDefunctOnServer */); 304ActiveDirectorySchemaProperty schemaProperty = new ActiveDirectorySchemaProperty(context, commonName, propertiesFromServer, _schemaEntry); 318return GetAllProperties(context, _schemaEntry, filter); 360return GetAllProperties(context, _schemaEntry, str.ToString()); 372return GetAllProperties(context, _schemaEntry, filter); 514_schemaEntry.RefreshCache(); 519string adamInstName = Utils.GetAdamDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, _schemaEntry, PropertyManager.FsmoRoleOwner)!); 532string dcName = Utils.GetDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, _schemaEntry, PropertyManager.FsmoRoleOwner)!); 539string adamInstName = Utils.GetAdamDnsHostNameFromNTDSA(context, (string)PropertyManager.GetPropertyValue(context, _schemaEntry, PropertyManager.FsmoRoleOwner)!);