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