21 references to MakeBuildEventContext
Microsoft.Build.Engine.UnitTests (21)
TerminalLogger_Tests.cs (21)
266BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
274BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
282BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
290BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
298BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
306BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
314BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
322BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
332BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
340BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
358BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
366BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
375BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
383BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
419BuildEventContext = buildEventContext ?? MakeBuildEventContext(),
445var p1BuildContext = MakeBuildEventContext(evalId: 1, projectContextId: 1);
457var p2BuildContext = MakeBuildEventContext(evalId: 2, projectContextId: 2);
630var p1Context = MakeBuildEventContext(evalId: 1, projectContextId: 1);
638var p2Context = MakeBuildEventContext(evalId: 2, projectContextId: 2);
884var buildContext2 = MakeBuildEventContext(evalId: 2, projectContextId: 2);
1099var buildContext = runOnCentralNode ? null : MakeBuildEventContext(nodeId: 1);