1 write to Pass2
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
228Pass2 = isSecondPass,
8 references to Pass2
PresentationBuildTasks (8)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (8)
242if (!cu.Pass2) 255_Compile(cu.ApplicationFile.Path, cu.Pass2); 260Debug.Assert(!cu.Pass2); 276_Compile(sourceFile.Path, cu.Pass2); 282Debug.Assert(!cu.Pass2); 288if (!cu.Pass2 && ContentList != null && ContentList.Length > 0) 293Debug.Assert(!cu.Pass2 || _pendingLocalFiles == null); 297if (cu.Pass2)