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