15 references to FileState
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.UnitTests (14)
AssemblyDependency\ResolveAssemblyReferenceCacheSerialization.cs (7)
104{ "path1", new SystemState.FileState(GetLastWriteTime("path1")) },
105{ "path2", new SystemState.FileState(GetLastWriteTime("path2")) { Assembly = new AssemblyNameExtension("hi") } },
106{ "dllName", new SystemState.FileState(GetLastWriteTime("dllName")) {
147{ "path1", new SystemState.FileState(GetLastWriteTime("path1")) },
148{ "path2", new SystemState.FileState(GetLastWriteTime("path2")) } };
176{ "path1", new SystemState.FileState(GetLastWriteTime("path1")) },
177{ "path2", new SystemState.FileState(GetLastWriteTime("path2")) } };
RARPrecomputedCache_Tests.cs (7)
31{ Path.Combine(standardCache.Path, "assembly1"), new SystemState.FileState(now) },
32{ Path.Combine(standardCache.Path, "assembly2"), new SystemState.FileState(now) { Assembly = new Shared.AssemblyNameExtension("hi") } } };
66{ "path1", new SystemState.FileState(now) },
77new SystemState.FileState(DateTime.Now)
118{ Path.Combine(precomputedCache.Path, "..", "assembly1", "assembly1"), new SystemState.FileState(DateTime.Now) },
119{ Path.Combine(precomputedCache.Path, "assembly2"), new SystemState.FileState(DateTime.Now) { Assembly = new Shared.AssemblyNameExtension("hi") } },
120{ dllName, new SystemState.FileState(DateTime.Now) {