2 types derived from StateFileBase
Microsoft.Build.Tasks.Core (2)
ResGenDependencies.cs (1)
27internal sealed class ResGenDependencies : StateFileBase, ITranslatable
SystemState.cs (1)
25internal sealed class SystemState : StateFileBase, ITranslatable
2 references to StateFileBase
Microsoft.Build.Tasks.Core (2)
StateFileBase.cs (2)
97internal static T DeserializeCache<T>(string stateFile, TaskLoggingHelper log) where T : StateFileBase 110internal static T DeserializeCache<T>(AbsolutePath stateFile, TaskLoggingHelper log) where T : StateFileBase