6 writes to StateFile
Microsoft.Build.Tasks.UnitTests (6)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (2)
3013t.StateFile = null; 3071t.StateFile = cache;
RARPrecomputedCache_Tests.cs (4)
37t.StateFile = standardCache.Path; 69rarWriterTask.StateFile = standardCache.Path; 91rarReaderTask.StateFile = standardCache.Path; 135rarReaderTask.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)
1554Log.LogMessage(importance, indent + StateFile);
Microsoft.Build.Tasks.UnitTests (3)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
3072File.Delete(t.StateFile); 3092if (FileUtilities.FileExistsNoThrow(t.StateFile)) 3098File.Delete(t.StateFile);