2 references to UriFormatException
Infrastructure.Common (1)
ServiceUtilHelper.cs (1)
522throw new UriFormatException($"UriBuilder didn't like parsing {builder.ToString()}", ufe);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
210throw new UriFormatException($"Failed create URI from '{uriString}'; original string: '{absolutePath}'", e);