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);
245
if (
_schemaEntry
!= null)
247
_schemaEntry
.Dispose();
321
_propertyEntry =
_schemaEntry
.Children.Add(rdn, "attributeSchema");
981
ReadOnlyActiveDirectorySchemaPropertyCollection linkedProperties = ActiveDirectorySchema.GetAllProperties(_context,
_schemaEntry
, filter);
1142
_propertyValuesFromServer = GetPropertiesFromSchemaContainer(_context,
_schemaEntry
, (_isDefunctOnServer) ? _commonName! : _ldapDisplayName, _isDefunctOnServer);