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