1 write to _mcPass1
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
56_mcPass1 = mcPass1;
43 references to _mcPass1
PresentationBuildTasks (43)
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (43)
93IsFileListChanged(_mcPass1.ExtraBuildControlFiles)) 102if (IsSettingModified(CompilerState.References, _mcPass1.ReferencesCache) || 103IsSettingModified(CompilerState.ApplicationFile, _mcPass1.ApplicationFile) || 104IsSettingModified(CompilerState.RootNamespace, _mcPass1.RootNamespace) || 105IsSettingModified(CompilerState.AssemblyName, _mcPass1.AssemblyName) || 106IsSettingModified(CompilerState.AssemblyVersion, _mcPass1.AssemblyVersion) || 107IsSettingModified(CompilerState.AssemblyPublicKeyToken, _mcPass1.AssemblyPublicKeyToken) || 108IsSettingModified(CompilerState.OutputType, _mcPass1.OutputType) || 109IsSettingModified(CompilerState.Language, _mcPass1.Language) || 110IsSettingModified(CompilerState.LanguageSourceExtension, _mcPass1.LanguageSourceExtension) || 111IsSettingModified(CompilerState.OutputPath, _mcPass1.OutputPath) || 112IsSettingModified(CompilerState.LocalizationDirectivesToLocFile, _mcPass1.LocalizationDirectivesToLocFile)) 118if (_mcPass1.IsApplicationTarget) 125if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile)) 135if (IsFileListChanged(_mcPass1.References)) 154if (_mcPass1.IsApplicationTarget) 156if (IsSettingModified(CompilerState.ContentFiles, _mcPass1.ContentFilesCache)) 162if (IsSettingModified(CompilerState.HostInBrowser, _mcPass1.HostInBrowser)) 167if (IsSettingModified(CompilerState.SplashImage, _mcPass1.SplashImageName)) 181if (IsSettingModified(CompilerState.DefineConstants, _mcPass1.DefineConstants) || 182IsSettingModified(CompilerState.SourceCodeFiles, _mcPass1.SourceCodeFilesCache) || 183IsFileListChanged(_mcPass1.SourceCodeFiles) ) 194if (ListIsNotEmpty(_mcPass1.PageMarkup)) 204if (IsSettingModified(CompilerState.PageMarkup, _mcPass1.PageMarkupCache)) 213for (int i = 0; i < _mcPass1.PageMarkup.Length; i++) 215ITaskItem taskItem = _mcPass1.PageMarkup[i]; 307get { return _mcPass1.CompilerState; } 312get { return _mcPass1.CompilerLocalReference; } 317get { return _mcPass1.TaskFileService; } 454if (ListIsNotEmpty(_mcPass1.PageMarkup)) 456int count = _mcPass1.PageMarkup.Length; 461ITaskItem taskItem = _mcPass1.PageMarkup[i]; 479if (!_mcPass1.IsApplicationTarget) 484if (ListIsNotEmpty(_mcPass1.ContentFiles)) 488int count = _mcPass1.ContentFiles.Length; 494string fullPath = Path.GetFullPath(_mcPass1.ContentFiles[i].ItemSpec); 518if (!_mcPass1.IsApplicationTarget) 528if (_mcPass1.ApplicationMarkup != null && _mcPass1.ApplicationMarkup.Length > 0 && _mcPass1.ApplicationMarkup[0] != null) 530ITaskItem taskItem = _mcPass1.ApplicationMarkup[0]; 532_mcPass1.ApplicationFile,