20 references to MakeBuildEventContext
Microsoft.Build.Engine.UnitTests (20)
TerminalLogger_Tests.cs (20)
196BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
204BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
212BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
220BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
228BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
236BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
244BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
252BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
262BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
270BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
288BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
296BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
305BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
313BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
349BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
375var p1BuildContext = MakeBuildEventContext(evalId: 1, projectContextId: 1);
387var p2BuildContext = MakeBuildEventContext(evalId: 2, projectContextId: 2);
560var p1Context = MakeBuildEventContext(evalId: 1, projectContextId: 1);
568var p2Context = MakeBuildEventContext(evalId: 2, projectContextId: 2);
812var buildContext2 = MakeBuildEventContext(evalId: 2, projectContextId: 2);