2 writes to _enclaveAttestationUrl
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
290_enclaveAttestationUrl = ConvertValueToString(KEY.EnclaveAttestationUrl, DEFAULT.EnclaveAttestationUrl); 532_enclaveAttestationUrl = connectionOptions._enclaveAttestationUrl;
2 references to _enclaveAttestationUrl
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnectionString.cs (2)
532_enclaveAttestationUrl = connectionOptions._enclaveAttestationUrl; 557internal string EnclaveAttestationUrl { get { return _enclaveAttestationUrl; } }