4 writes to uniqueFileExists
Microsoft.Build.Tasks.UnitTests (4)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (4)
309
uniqueFileExists
= new Dictionary<string, int>(StringComparer.OrdinalIgnoreCase);
331
uniqueFileExists
= null;
364
uniqueFileExists
= null;
370
uniqueFileExists
= null;
12 references to uniqueFileExists
Microsoft.Build.Tasks.UnitTests (12)
AssemblyDependency\Perf.cs (6)
82
uniqueFileExists
[s_dependsOnNuGet_NWinMdPath].ShouldBe(1);
83
uniqueFileExists
[s_dependsOnNuGet_NDllPath].ShouldBe(1);
84
uniqueFileExists
[s_dependsOnNuGet_NExePath].ShouldBe(1);
127
uniqueFileExists
.ShouldNotContainKey(@"C:\DependsOnNuget\N.winmd");
128
uniqueFileExists
.ShouldNotContainKey(@"C:\DependsOnNuget\N.dll");
129
uniqueFileExists
.ShouldNotContainKey(@"C:\DependsOnNuget\N.exe");
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (6)
320
foreach (var entry in
uniqueFileExists
)
341
foreach (var entry in
uniqueFileExists
)
840
if (
uniqueFileExists
!= null)
844
if (!
uniqueFileExists
.ContainsKey(lowerPath))
846
uniqueFileExists
[lowerPath] = 0;
849
uniqueFileExists
[lowerPath]++;