6 writes to StateFile
Microsoft.Build.Tasks.UnitTests (6)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (2)
3014t.StateFile = null; 3072t.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)
1589Log.LogMessage(importance, $"{indent}{StateFile}");
Microsoft.Build.Tasks.UnitTests (3)
AssemblyDependency\ResolveAssemblyReferenceTestFixture.cs (3)
3073File.Delete(t.StateFile); 3093if (FileUtilities.FileExistsNoThrow(t.StateFile)) 3099File.Delete(t.StateFile);