2 references to Version
System.Data (2)
fx\src\data\System\Data\SqlClient\LocalDBAPI.cs (2)
316Debug.Assert(confElement.Name != null && confElement.Version != null, "Both name and version should not be null"); 317tempConfigurableInstances.Add(confElement.Name.Trim(), new InstanceInfo(confElement.Version.Trim()));