8 references to s_existingFiles
Microsoft.Build.Tasks.UnitTests (8)
ComReference_Tests.cs (8)
23if (s_existingFiles.Count != 0) 25return s_existingFiles; 28s_existingFiles.Add(@"C:\test\typelib1.dll", string.Empty); 29s_existingFiles.Add(@"C:\test\typelib2\2.dll", string.Empty); 30s_existingFiles.Add(@"C:\test\typelib3.\3dll", string.Empty); 31s_existingFiles.Add(@"C:\test\typelib4.dll", string.Empty); 32s_existingFiles.Add(@"C:\test\typelib5.dll", string.Empty); 34return s_existingFiles;