7 writes to _schemaEntry
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (7)
131_schemaEntry = DirectoryEntryManager.GetDirectoryEntry(context, WellKnownDN.SchemaNamingContext); 188_schemaEntry = schemaEntry; 211_schemaEntry = schemaEntry; 248_schemaEntry = null; 316_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext); 978_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext); 1140_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext);
6 references to _schemaEntry
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (6)
132_schemaEntry.Bind(true); 245if (_schemaEntry != null) 247_schemaEntry.Dispose(); 321_propertyEntry = _schemaEntry.Children.Add(rdn, "attributeSchema"); 981ReadOnlyActiveDirectorySchemaPropertyCollection linkedProperties = ActiveDirectorySchema.GetAllProperties(_context, _schemaEntry, filter); 1142_propertyValuesFromServer = GetPropertiesFromSchemaContainer(_context, _schemaEntry, (_isDefunctOnServer) ? _commonName! : _ldapDisplayName, _isDefunctOnServer);