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