1 write to _mcPass1
PresentationBuildTasks (1)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
47_mcPass1 = mcPass1;
44 references to _mcPass1
PresentationBuildTasks (44)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (44)
84IsFileListChanged(_mcPass1.ExtraBuildControlFiles)) 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)) 109if (_mcPass1.IsApplicationTarget) 116if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile)) 126if (IsFileListChanged(_mcPass1.References)) 145if (_mcPass1.IsApplicationTarget) 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) || 174IsFileListChanged(_mcPass1.SourceCodeFiles) ) 185if (ListIsNotEmpty(_mcPass1.PageMarkup)) 195if (IsSettingModified(CompilerState.PageMarkup, _mcPass1.PageMarkupCache)) 204for (int i = 0; i < _mcPass1.PageMarkup.Length; i++) 206ITaskItem taskItem = _mcPass1.PageMarkup[i]; 298get { return _mcPass1.CompilerState; } 303get { return _mcPass1.CompilerLocalReference; } 308get { return _mcPass1.TaskFileService; } 391HashSet<string> localMarkupPages = new HashSet<string>(_mcPass1.PageMarkup.Select(x => x.GetMetadata(SharedStrings.FullPath)), StringComparer.OrdinalIgnoreCase); 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,