1 write to _mcPass1
PresentationBuildTasks (1)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
48_mcPass1 = mcPass1;
44 references to _mcPass1
PresentationBuildTasks (44)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (44)
85IsFileListChanged(_mcPass1.ExtraBuildControlFiles)) 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)) 110if (_mcPass1.IsApplicationTarget) 117if (TaskFileService.Exists(_mcPass1.ApplicationFile) && IsFileChanged(_mcPass1.ApplicationFile)) 127if (IsFileListChanged(_mcPass1.References)) 146if (_mcPass1.IsApplicationTarget) 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) || 175IsFileListChanged(_mcPass1.SourceCodeFiles) ) 186if (ListIsNotEmpty(_mcPass1.PageMarkup)) 196if (IsSettingModified(CompilerState.PageMarkup, _mcPass1.PageMarkupCache)) 205for (int i = 0; i < _mcPass1.PageMarkup.Length; i++) 207ITaskItem taskItem = _mcPass1.PageMarkup[i]; 299get { return _mcPass1.CompilerState; } 304get { return _mcPass1.CompilerLocalReference; } 309get { return _mcPass1.TaskFileService; } 392HashSet<string> localMarkupPages = new HashSet<string>(_mcPass1.PageMarkup.Select(x => x.GetMetadata(SharedStrings.FullPath)), StringComparer.OrdinalIgnoreCase); 455if (ListIsNotEmpty(_mcPass1.PageMarkup)) 457int count = _mcPass1.PageMarkup.Length; 462ITaskItem taskItem = _mcPass1.PageMarkup[i]; 480if (!_mcPass1.IsApplicationTarget) 485if (ListIsNotEmpty(_mcPass1.ContentFiles)) 489int count = _mcPass1.ContentFiles.Length; 495string fullPath = Path.GetFullPath(_mcPass1.ContentFiles[i].ItemSpec); 519if (!_mcPass1.IsApplicationTarget) 529if (_mcPass1.ApplicationMarkup != null && _mcPass1.ApplicationMarkup.Length > 0 && _mcPass1.ApplicationMarkup[0] != null) 531ITaskItem taskItem = _mcPass1.ApplicationMarkup[0]; 533_mcPass1.ApplicationFile,