22 references to MakeBuildEventContext
Microsoft.Build.Engine.UnitTests (22)
TerminalLogger_Tests.cs (22)
264BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
272BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
280BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
288BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
296BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
304BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
312BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
320BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
330BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
338BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
356BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
364BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
373BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
381BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
417BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
443var p1BuildContext = MakeBuildEventContext(evalId: 1, projectContextId: 1);
455var p2BuildContext = MakeBuildEventContext(evalId: 2, projectContextId: 2);
628var p1Context = MakeBuildEventContext(evalId: 1, projectContextId: 1);
636var p2Context = MakeBuildEventContext(evalId: 2, projectContextId: 2);
882var buildContext2 = MakeBuildEventContext(evalId: 2, projectContextId: 2);
1097var buildContext = runOnCentralNode ? null : MakeBuildEventContext(nodeId: 1);
1149BuildEventContext buildContext = MakeBuildEventContext(evalId: -1, projectContextId: 10);