2 instantiations of SystemState
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\ResolveAssemblyReference.cs (1)
2243
_cache = new
SystemState
();
SystemState.cs (1)
585
SystemState retVal = new
SystemState
();
10 references to SystemState
Microsoft.Build.Tasks.Core (10)
AssemblyDependency\ResolveAssemblyReference.cs (5)
64
internal
SystemState
_cache = null;
2233
_cache =
SystemState
.DeserializeCache<
SystemState
>(_stateFile, Log);
2238
_cache =
SystemState
.DeserializePrecomputedCaches(AssemblyInformationCachePaths, Log, fileExists, TaskEnvironment);
2506
return
SystemState
.FileState.ImmutableFileLastModifiedMarker;
SystemState.cs (5)
583
internal static
SystemState
DeserializePrecomputedCaches(ITaskItem[] stateFiles, TaskLoggingHelper log, FileExists fileExists, TaskEnvironment taskEnvironment)
585
SystemState
retVal = new SystemState();
591
SystemState
sysState = null;
599
sysState = DeserializeCache<
SystemState
>(stateFileAbsolutePath, log);
607
sysState = DeserializeCache<
SystemState
>(stateFilePath, log);