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