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