4 references to SchemaNamingContext
System.DirectoryServices (4)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (1)
138schemaNC = (string)PropertyManager.GetPropertyValue(context, rootDSE, PropertyManager.SchemaNamingContext)!;
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (1)
697string? schemaNamingContext = (string?)PropertyManager.GetPropertyValue(_context, rootDSE, PropertyManager.SchemaNamingContext);
System\DirectoryServices\ActiveDirectory\DirectoryEntryManager.cs (2)
192distinguishedName = (string)PropertyManager.GetPropertyValue(_context, rootDSE, PropertyManager.SchemaNamingContext)!; 316distinguishedName = (string)PropertyManager.GetPropertyValue(context, rootDSE, PropertyManager.SchemaNamingContext)!;