Base:
4 references to ToString
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
Nuget.Frameworks\FrameworkRange.cs (2)
94return string.Format(CultureInfo.InvariantCulture, "[{0}, {1}]", Min.ToString(), Max.ToString());
Nuget.Frameworks\FrameworkReducer.cs (2)
348return results.OrderBy(f => f.Framework, StringComparer.OrdinalIgnoreCase).ThenBy(f => f.ToString()); 444Debug.Fail("Unable to get portable frameworks from: " + pcl.ToString());