7 references to ProjectId
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (2)
1348
ErrorUtilities.VerifyThrow(_configCache.Value.HasConfiguration(projectStartedEventArgs.
ProjectId
), "Cannot find the project configuration while injecting non-serialized data from out-of-proc node.");
1349
BuildRequestConfiguration buildRequestConfiguration = _configCache.Value[projectStartedEventArgs.
ProjectId
];
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
423
Write(e.
ProjectId
);
Logging\ParallelLogger\ParallelLoggerHelpers.cs (1)
400
_projectId = startedEvent.
ProjectId
;
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
174
e => e.
ProjectId
.ToString(),
Microsoft.Build.Framework.UnitTests (2)
CustomEventArgSerialization_Tests.cs (2)
711
newGenericEvent.
ProjectId
.ShouldBe(genericEvent.
ProjectId
); // "Expected ProjectId to Match"