22 references to CompilerState
PresentationBuildTasks (22)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (22)
73if (!CompilerState.StateFileExists())
80CompilerState.LoadStateInformation();
94if (IsSettingModified(CompilerState.References, _mcPass1.ReferencesCache) ||
95IsSettingModified(CompilerState.ApplicationFile, _mcPass1.ApplicationFile) ||
96IsSettingModified(CompilerState.RootNamespace, _mcPass1.RootNamespace) ||
97IsSettingModified(CompilerState.AssemblyName, _mcPass1.AssemblyName) ||
98IsSettingModified(CompilerState.AssemblyVersion, _mcPass1.AssemblyVersion) ||
99IsSettingModified(CompilerState.AssemblyPublicKeyToken, _mcPass1.AssemblyPublicKeyToken) ||
100IsSettingModified(CompilerState.OutputType, _mcPass1.OutputType) ||
101IsSettingModified(CompilerState.Language, _mcPass1.Language) ||
102IsSettingModified(CompilerState.LanguageSourceExtension, _mcPass1.LanguageSourceExtension) ||
103IsSettingModified(CompilerState.OutputPath, _mcPass1.OutputPath) ||
104IsSettingModified(CompilerState.LocalizationDirectivesToLocFile, _mcPass1.LocalizationDirectivesToLocFile))
148if (IsSettingModified(CompilerState.ContentFiles, _mcPass1.ContentFilesCache))
154if (IsSettingModified(CompilerState.HostInBrowser, _mcPass1.HostInBrowser))
159if (IsSettingModified(CompilerState.SplashImage, _mcPass1.SplashImageName))
173if (IsSettingModified(CompilerState.DefineConstants, _mcPass1.DefineConstants) ||
174IsSettingModified(CompilerState.SourceCodeFiles, _mcPass1.SourceCodeFilesCache) ||
196if (IsSettingModified(CompilerState.PageMarkup, _mcPass1.PageMarkupCache))
227if (!CompilerState.PageMarkupFileNames.Contains(fileName))
248if (CompilerState.Pass2Required && CompilerLocalReference.CacheFileExists())
319_lastCompileTime = TaskFileService.GetLastChangeTime(CompilerState.CacheFilePath);