3 writes to _metadataLocations
System.Data.Entity (3)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (3)
121this._metadataLocations = value; 271this._metadataLocations = null; 327this._metadataLocations = null;
1 reference to _metadataLocations
System.Data.Entity (1)
System\Data\EntityClient\EntityConnectionStringBuilder.cs (1)
117return this._metadataLocations ?? "";