9 writes to _schemaEntry
System.DirectoryServices (9)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (9)
77_schemaEntry = DirectoryEntryManager.GetDirectoryEntry(context, WellKnownDN.SchemaNamingContext); 94_schemaEntry = schemaEntry; 135_schemaEntry = schemaEntry; 158_schemaEntry = schemaEntry; 195_schemaEntry = null; 275_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext); 1098_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext); 1277_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext); 1349_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext);
10 references to _schemaEntry
System.DirectoryServices (10)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (10)
78_schemaEntry.Bind(true); 192if (_schemaEntry != null) 194_schemaEntry.Dispose(); 280_classEntry = _schemaEntry.Children.Add(rdn, "classSchema"); 913_subClassOf ??= new ActiveDirectorySchemaClass(_context, (string)GetValueFromCache(PropertyManager.SubClassOf, true)!, (DirectoryEntry?)null, _schemaEntry); 1100_propertyValuesFromServer = GetPropertiesFromSchemaContainer(_context, _schemaEntry, (_isDefunctOnServer) ? _commonName! : _ldapDisplayName, _isDefunctOnServer); 1304ADSearcher searcher = new ADSearcher(_schemaEntry, filter, propertiesToLoad, SearchScope.OneLevel); 1316ActiveDirectorySchemaClass schemaClass = new ActiveDirectorySchemaClass(_context, ldapDisplayName, de, _schemaEntry); 1376ADSearcher searcher = new ADSearcher(_schemaEntry, filter, propertiesToLoad, SearchScope.OneLevel); 1388ActiveDirectorySchemaProperty schemaProperty = new ActiveDirectorySchemaProperty(_context, ldapDisplayName, de, _schemaEntry);