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