6 writes to _commonName
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (6)
82_commonName = ldapDisplayName; 144_commonName = commonName; 162_commonName = commonName; 396_commonName = null; 456_commonName ??= (string)GetValueFromCache(PropertyManager.Cn, true)!; 469_commonName = value;
3 references to _commonName
System.DirectoryServices (3)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (3)
278string rdn = "CN=" + _commonName; 458return _commonName; 1100_propertyValuesFromServer = GetPropertiesFromSchemaContainer(_context, _schemaEntry, (_isDefunctOnServer) ? _commonName! : _ldapDisplayName, _isDefunctOnServer);