1 write to _mcPass1
PresentationBuildTasks (1)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
52_mcPass1 = mcPass1;
44 references to _mcPass1
PresentationBuildTasks (44)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (44)
89IsFileListChanged(_mcPass1.ExtraBuildControlFiles)) 98if (IsSettingModified(CompilerState.References, _mcPass1.ReferencesCache) || 99IsSettingModified(CompilerState.ApplicationFile, _mcPass1.ApplicationFile) || 100IsSettingModified(CompilerState.RootNamespace, _mcPass1.RootNamespace) || 101IsSettingModified(CompilerState.AssemblyName, _mcPass1.AssemblyName) || 102IsSettingModified(CompilerState.AssemblyVersion, _mcPass1.AssemblyVersion) || 103IsSettingModified(CompilerState.AssemblyPublicKeyToken, _mcPass1.AssemblyPublicKeyToken) || 104IsSettingModified(CompilerState.OutputType, _mcPass1.OutputType) || 105IsSettingModified(CompilerState.Language, _mcPass1.Language) || 106IsSettingModified(CompilerState.LanguageSourceExtension, _mcPass1.LanguageSourceExtension) || 107IsSettingModified(CompilerState.OutputPath, _mcPass1.OutputPath) || 108IsSettingModified(CompilerState.LocalizationDirectivesToLocFile, _mcPass1.LocalizationDirectivesToLocFile)) 114if (_mcPass1.IsApplicationTarget) 121if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile)) 131if (IsFileListChanged(_mcPass1.References)) 150if (_mcPass1.IsApplicationTarget) 152if (IsSettingModified(CompilerState.ContentFiles, _mcPass1.ContentFilesCache)) 158if (IsSettingModified(CompilerState.HostInBrowser, _mcPass1.HostInBrowser)) 163if (IsSettingModified(CompilerState.SplashImage, _mcPass1.SplashImageName)) 177if (IsSettingModified(CompilerState.DefineConstants, _mcPass1.DefineConstants) || 178IsSettingModified(CompilerState.SourceCodeFiles, _mcPass1.SourceCodeFilesCache) || 179IsFileListChanged(_mcPass1.SourceCodeFiles) ) 190if (ListIsNotEmpty(_mcPass1.PageMarkup)) 200if (IsSettingModified(CompilerState.PageMarkup, _mcPass1.PageMarkupCache)) 209for (int i = 0; i < _mcPass1.PageMarkup.Length; i++) 211ITaskItem taskItem = _mcPass1.PageMarkup[i]; 303get { return _mcPass1.CompilerState; } 308get { return _mcPass1.CompilerLocalReference; } 313get { return _mcPass1.TaskFileService; } 396HashSet<string> localMarkupPages = new HashSet<string>(_mcPass1.PageMarkup.Select(x => x.GetMetadata(SharedStrings.FullPath)), StringComparer.OrdinalIgnoreCase); 459if (ListIsNotEmpty(_mcPass1.PageMarkup)) 461int count = _mcPass1.PageMarkup.Length; 466ITaskItem taskItem = _mcPass1.PageMarkup[i]; 484if (!_mcPass1.IsApplicationTarget) 489if (ListIsNotEmpty(_mcPass1.ContentFiles)) 493int count = _mcPass1.ContentFiles.Length; 499string fullPath = Path.GetFullPath(_mcPass1.ContentFiles[i].ItemSpec); 523if (!_mcPass1.IsApplicationTarget) 533if (_mcPass1.ApplicationMarkup != null && _mcPass1.ApplicationMarkup.Length > 0 && _mcPass1.ApplicationMarkup[0] != null) 535ITaskItem taskItem = _mcPass1.ApplicationMarkup[0]; 537_mcPass1.ApplicationFile,