4 writes to _context
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (4)
128_context = new DirectoryContext(context); 145_context = context; 187_context = context; 210_context = context;
17 references to _context
System.DirectoryServices (17)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (17)
316_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext); 325throw ExceptionHelper.GetExceptionFromCOMException(_context, e); 330throw new ActiveDirectoryOperationException(SR.Format(SR.ADAMInstanceNotFoundInConfigSet, _context.Name)); 396ActiveDirectorySchema schemaObject = ActiveDirectorySchema.GetSchema(_context); 406if (Utils.Compare(schemaRoleOwner.Name, _context.GetServerName()) != 0) 408DirectoryContext schemaRoleOwnerContext = Utils.GetNewDirectoryContext(schemaRoleOwner.Name, DirectoryContextType.DirectoryServer, _context); 430throw ExceptionHelper.GetExceptionFromCOMException(_context, e); 470return DirectoryEntryManager.GetDirectoryEntryInternal(_context, _propertyEntry.Path); 534throw ExceptionHelper.GetExceptionFromCOMException(_context, e); 653throw ExceptionHelper.GetExceptionFromCOMException(_context, e); 978_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext); 981ReadOnlyActiveDirectorySchemaPropertyCollection linkedProperties = ActiveDirectorySchema.GetAllProperties(_context, _schemaEntry, filter); 992throw ExceptionHelper.GetExceptionFromCOMException(_context, e); 1127throw ExceptionHelper.GetExceptionFromCOMException(_context, e); 1140_schemaEntry ??= DirectoryEntryManager.GetDirectoryEntry(_context, WellKnownDN.SchemaNamingContext); 1142_propertyValuesFromServer = GetPropertiesFromSchemaContainer(_context, _schemaEntry, (_isDefunctOnServer) ? _commonName! : _ldapDisplayName, _isDefunctOnServer); 1287_propertyEntry = DirectoryEntryManager.GetDirectoryEntry(_context, (string)GetValueFromCache(PropertyManager.DistinguishedName, true)!);