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)
31
LoggingService.LogProjectEvaluationStarted(BuildEventContext,
_projectFile
);
33
new CheckLoggingContext(LoggingService, BuildEventContext),
_projectFile
);
46
LoggingService.LogProjectEvaluationFinished(BuildEventContext,
_projectFile
, globalProperties, properties, items, profilerResult);