1 write to readOnlyIntent
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1309login.readOnlyIntent = ConnectionOptions.ApplicationIntent == ApplicationIntent.ReadOnly;
1 reference to readOnlyIntent
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
7301if (rec.readOnlyIntent) {