6 references to NormalizationRuleVersion
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
119return _columnEncryptionCipherMetadata.NormalizationRuleVersion;
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
9283stateObj.WriteByte(md.cipherMD.NormalizationRuleVersion); 9468normalizationVersion: metadata.cipherMD.NormalizationRuleVersion, 9478normalizationVersion: metadata.cipherMD.NormalizationRuleVersion,
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (2)
906return cipherMD.NormalizationRuleVersion; 1023serializedWireFormat[consumedBytes++] = _cipherMetadata.NormalizationRuleVersion;