2 writes to Pass2Required
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
202compilerState.Pass2Required = false;
MS\Internal\Tasks\CompilerState.cs (1)
115Pass2Required = (mcPass1.RequirePass2ForMainAssembly || mcPass1.RequirePass2ForSatelliteAssembly);
2 references to Pass2Required
PresentationBuildTasks (2)
Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
200if (compilerState.Pass2Required)
MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
248if (CompilerState.Pass2Required && CompilerLocalReference.CacheFileExists())