4 references to ProjectId
Microsoft.Build (4)
BackEnd\Components\Logging\LoggingService.cs (2)
1373Assumed.True(_configCache.Value.HasConfiguration(projectStartedEventArgs.ProjectId), "Cannot find the project configuration while injecting non-serialized data from out-of-proc node."); 1374BuildRequestConfiguration buildRequestConfiguration = _configCache.Value[projectStartedEventArgs.ProjectId];
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
427Write(e.ProjectId);
Logging\ParallelLogger\ParallelLoggerHelpers.cs (1)
398_projectId = startedEvent.ProjectId;