7 references to SearchFlags
System.DirectoryServices (7)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (1)
346
str.Append(PropertyManager.
SearchFlags
);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (6)
372
_propertyEntry.Properties[PropertyManager.
SearchFlags
].Value = (int)_searchFlags;
1224
propertiesToLoad[6] = PropertyManager.
SearchFlags
;
1241
propertiesToLoad[6] = PropertyManager.
SearchFlags
;
1305
object? value = GetValueFromCache(PropertyManager.
SearchFlags
, false);
1334
_propertyEntry.Properties[PropertyManager.
SearchFlags
].Value = (int)_searchFlags;
1350
_propertyEntry.Properties[PropertyManager.
SearchFlags
].Value = (int)_searchFlags;