6 references to IsMemberOfPartialAttributeSet
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (1)
355str.Append(PropertyManager.IsMemberOfPartialAttributeSet);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (5)
352_propertyEntry.Properties[PropertyManager.IsMemberOfPartialAttributeSet].Value = _isInGlobalCatalog; 808object? value = GetValueFromCache(PropertyManager.IsMemberOfPartialAttributeSet, false); 826_propertyEntry.Properties[PropertyManager.IsMemberOfPartialAttributeSet].Value = value; 1225propertiesToLoad[7] = PropertyManager.IsMemberOfPartialAttributeSet; 1242propertiesToLoad[7] = PropertyManager.IsMemberOfPartialAttributeSet;