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