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