1 write to Pass2
PresentationBuildTasks (1)
MS\Internal\Tasks\CompilerWrapper.cs (1)
231compUnit.Pass2 = isSecondPass;
8 references to Pass2
PresentationBuildTasks (8)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (8)
248if (!cu.Pass2) 261_Compile(cu.ApplicationFile.Path, cu.Pass2); 266Debug.Assert(!cu.Pass2); 282_Compile(sourceFile.Path, cu.Pass2); 288Debug.Assert(!cu.Pass2); 294if (!cu.Pass2 && ContentList != null && ContentList.Length > 0) 299Debug.Assert(!cu.Pass2 || _pendingLocalFiles == null); 303if (cu.Pass2)