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