6 writes to StateFile
Microsoft.Build.Tasks.UnitTests (6)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (2)
3013
t.
StateFile
= null;
3071
t.
StateFile
= cache;
RARPrecomputedCache_Tests.cs (4)
37
t.
StateFile
= standardCache.Path;
69
rarWriterTask.
StateFile
= standardCache.Path;
91
rarReaderTask.
StateFile
= standardCache.Path;
135
rarReaderTask.
StateFile
= precomputedCache.Path.Substring(0, precomputedCache.Path.Length - 6); // Not a real path; should not be used.
4 references to StateFile
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
1554
Log.LogMessage(importance, indent +
StateFile
);
Microsoft.Build.Tasks.UnitTests (3)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
3072
File.Delete(t.
StateFile
);
3092
if (FileUtilities.FileExistsNoThrow(t.
StateFile
))
3098
File.Delete(t.
StateFile
);