22 references to CompilerState
PresentationBuildTasks (22)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (22)
72if (!CompilerState.StateFileExists())
79CompilerState.LoadStateInformation();
93if (IsSettingModified(CompilerState.References, _mcPass1.ReferencesCache) ||
94IsSettingModified(CompilerState.ApplicationFile, _mcPass1.ApplicationFile) ||
95IsSettingModified(CompilerState.RootNamespace, _mcPass1.RootNamespace) ||
96IsSettingModified(CompilerState.AssemblyName, _mcPass1.AssemblyName) ||
97IsSettingModified(CompilerState.AssemblyVersion, _mcPass1.AssemblyVersion) ||
98IsSettingModified(CompilerState.AssemblyPublicKeyToken, _mcPass1.AssemblyPublicKeyToken) ||
99IsSettingModified(CompilerState.OutputType, _mcPass1.OutputType) ||
100IsSettingModified(CompilerState.Language, _mcPass1.Language) ||
101IsSettingModified(CompilerState.LanguageSourceExtension, _mcPass1.LanguageSourceExtension) ||
102IsSettingModified(CompilerState.OutputPath, _mcPass1.OutputPath) ||
103IsSettingModified(CompilerState.LocalizationDirectivesToLocFile, _mcPass1.LocalizationDirectivesToLocFile))
147if (IsSettingModified(CompilerState.ContentFiles, _mcPass1.ContentFilesCache))
153if (IsSettingModified(CompilerState.HostInBrowser, _mcPass1.HostInBrowser))
158if (IsSettingModified(CompilerState.SplashImage, _mcPass1.SplashImageName))
172if (IsSettingModified(CompilerState.DefineConstants, _mcPass1.DefineConstants) ||
173IsSettingModified(CompilerState.SourceCodeFiles, _mcPass1.SourceCodeFilesCache) ||
195if (IsSettingModified(CompilerState.PageMarkup, _mcPass1.PageMarkupCache))
226if (!CompilerState.PageMarkupFileNames.Contains(fileName))
247if (CompilerState.Pass2Required && CompilerLocalReference.CacheFileExists())
318_lastCompileTime = TaskFileService.GetLastChangeTime(CompilerState.CacheFilePath);