3 writes to _namedConnectionName
System.Data.Entity (3)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (3)
80this._namedConnectionName = value; 269this._namedConnectionName = null; 335this._namedConnectionName = null;
1 reference to _namedConnectionName
System.Data.Entity (1)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
76return this._namedConnectionName ?? "";