1 write to _projectFile
Microsoft.Build (1)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (1)
24_projectFile = projectFile;
3 references to _projectFile
Microsoft.Build (3)
BackEnd\Components\Logging\EvaluationLoggingContext.cs (3)
30LoggingService.LogProjectEvaluationStarted(BuildEventContext, _projectFile); 32new CheckLoggingContext(LoggingService, BuildEventContext), _projectFile); 45LoggingService.LogProjectEvaluationFinished(BuildEventContext, _projectFile, globalProperties, properties, items, profilerResult);