System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (16)
198_ldapDisplayName = (string)GetValueFromCache(PropertyManager.LdapDisplayName, true)!;
494_commonName ??= (string)GetValueFromCache(PropertyManager.Cn, true)!;
539_oid = (string)GetValueFromCache(PropertyManager.AttributeID, true)!;
571byte[]? omObjectClassBinaryForm = (byte[]?)GetValueFromCache(PropertyManager.OMObjectClass, false);
574_syntax = MapSyntax((string)GetValueFromCache(PropertyManager.AttributeSyntax, true)!,
575(int)GetValueFromCache(PropertyManager.OMSyntax, true)!,
611_description = (string?)GetValueFromCache(PropertyManager.Description, false);
658_isSingleValued = (bool)GetValueFromCache(PropertyManager.IsSingleValued, true)!;
808object? value = GetValueFromCache(PropertyManager.IsMemberOfPartialAttributeSet, false);
844object? value = GetValueFromCache(PropertyManager.RangeLower, false);
897object? value = GetValueFromCache(PropertyManager.RangeUpper, false);
969object? value = GetValueFromCache(PropertyManager.LinkID, false);
1012object? value = GetValueFromCache(PropertyManager.LinkID, false);
1063_schemaGuidBinaryForm ??= (byte[])GetValueFromCache(PropertyManager.SchemaIDGuid, true)!;
1287_propertyEntry = DirectoryEntryManager.GetDirectoryEntry(_context, (string)GetValueFromCache(PropertyManager.DistinguishedName, true)!);
1305object? value = GetValueFromCache(PropertyManager.SearchFlags, false);