2 references to FileUriProtocol
Microsoft.DotNet.Arcade.Sdk (2)
src\DownloadFile.cs (2)
104if (uri.StartsWith(FileUriProtocol, StringComparison.Ordinal)) 106var filePath = uri.Substring(FileUriProtocol.Length);