2 references to GetFormatException
Microsoft.TestPlatform.CoreUtilities (2)
Utilities\TimeSpanParser.cs (2)
15return TryParse(time, out var result) ? result : throw GetFormatException(time); 36throw GetFormatException(value);