4 writes to Uri
dotnet.Tests (2)
CommandTests\Tool\Restore\ToolRestoreCommandWithMultipleNugetConfigTests.cs (2)
83Uri = _nugetConfigUnderTestRoot, 98Uri = _nugetConfigUnderSubDir,
Microsoft.DotNet.PackageInstall.Tests (2)
ToolPackageInstallerNugetCacheTests.cs (1)
103Uri = nugetConfig.Value,
ToolPackageUninstallerTests.cs (1)
54Uri = source,
3 references to Uri
Microsoft.DotNet.Tools.Tests.ComponentMocks (3)
ToolPackageDownloaderMock.cs (3)
237return sourceFeedOverrides.Contains(feed.Uri); 287&& feed.Uri == probedNugetConfig.Value); 309|| (f.Type == MockFeedType.ExplicitNugetConfig && f.Uri == nugetConfig.Value);