2 writes to _sqlConnectionString
System.Web (2)
Management\SqlWebEventProvider.cs (2)
49
ProviderUtil.GetAndRemoveStringAttribute(config, "connectionString", name, ref
_sqlConnectionString
);
55
_sqlConnectionString
= SqlConnectionHelper.GetConnectionString(temp, true, true);
6 references to _sqlConnectionString
System.Web (6)
Management\SqlWebEventProvider.cs (6)
51
if (!String.IsNullOrEmpty(
_sqlConnectionString
)) {
56
if (
_sqlConnectionString
== null ||
_sqlConnectionString
.Length < 1) {
62
SqlConnectionStringBuilder builder = new SqlConnectionStringBuilder(
_sqlConnectionString
);
68
if (String.IsNullOrEmpty(
_sqlConnectionString
)) {
182
SqlConnectionHolder sqlConnHolder = SqlConnectionHelper.GetConnection(
_sqlConnectionString
, true);