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