15 references to FileState
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Tasks.UnitTests (14)
AssemblyDependency\ResolveAssemblyReferenceCacheSerialization.cs (7)
103{ "path1", new SystemState.FileState(GetLastWriteTime("path1")) },
104{ "path2", new SystemState.FileState(GetLastWriteTime("path2")) { Assembly = new AssemblyNameExtension("hi") } },
105{ "dllName", new SystemState.FileState(GetLastWriteTime("dllName")) {
146{ "path1", new SystemState.FileState(GetLastWriteTime("path1")) },
147{ "path2", new SystemState.FileState(GetLastWriteTime("path2")) } };
175{ "path1", new SystemState.FileState(GetLastWriteTime("path1")) },
176{ "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) {