1 write to _projectFile
Microsoft.Build (1)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (1)
25_projectFile = projectFile;
3 references to _projectFile
Microsoft.Build (3)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (3)
31LoggingService.LogProjectEvaluationStarted(BuildEventContext, _projectFile); 33new CheckLoggingContext(LoggingService, BuildEventContext), _projectFile); 46LoggingService.LogProjectEvaluationFinished(BuildEventContext, _projectFile, globalProperties, properties, items, profilerResult);