1 write to _stateFile
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
768set { _stateFile = value; }
10 references to _stateFile
Microsoft.Build.Tasks.Core (10)
AssemblyDependency\ResolveAssemblyReference.cs (10)
767get { return _stateFile; } 2105_cache = SystemState.DeserializeCache<SystemState>(_stateFile, Log); 2128else if (!string.IsNullOrEmpty(_stateFile) && (_cache.IsDirty || _cache.instanceLocalOutgoingFileStateCache.Count < _cache.instanceLocalFileStateCache.Count)) 2132_cache.SerializeCache(_stateFile, Log); 2637if (_stateFile != null && fileExists(_stateFile)) 2639_filesWritten.Add(new TaskItem(_stateFile)); 3277if (_stateFile != null && FileUtilities.FileExistsNoThrow(_stateFile)) 3279_filesWritten.Add(new TaskItem(_stateFile));