3 instantiations of EvaluationLoggingContext
Microsoft.Build (3)
BackEnd\Components\SdkResolution\MainNodeSdkResolverService.cs (2)
79response = ResolveSdk(request.SubmissionId, sdkReference, new EvaluationLoggingContext(loggingService, request.BuildEventContext, request.ProjectPath), request.ElementLocation, request.SolutionPath, request.ProjectPath, request.Interactive, request.IsRunningInVisualStudio, failOnUnresolvedSdk); 85EvaluationLoggingContext loggingContext = new EvaluationLoggingContext(loggingService, request.BuildEventContext, request.ProjectPath);
Evaluation\Evaluator.cs (1)
227_evaluationLoggingContext = new EvaluationLoggingContext(
9 references to EvaluationLoggingContext
Microsoft.Build (9)
BackEnd\Components\SdkResolution\MainNodeSdkResolverService.cs (1)
85EvaluationLoggingContext loggingContext = new EvaluationLoggingContext(loggingService, request.BuildEventContext, request.ProjectPath);
Evaluation\Evaluator.cs (1)
173private EvaluationLoggingContext _evaluationLoggingContext;
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (3)
35private readonly EvaluationLoggingContext _evaluationLoggingContext; 42/// <param name="evaluationLoggingContext">The <see cref="EvaluationLoggingContext"/> used to log relevant events.</param> 44public PropertyTrackingEvaluatorDataWrapper(IEvaluatorData<P, I, M, D> dataToWrap, EvaluationLoggingContext evaluationLoggingContext, int settingValue)
Utilities\EngineFileUtilities.cs (4)
272case EvaluationLoggingContext evaluationLoggingContext: 314case EvaluationLoggingContext evaluationLoggingContext: 352case EvaluationLoggingContext evaluationLoggingContext: 438private static void LogDriveEnumerationWarningWithEvaluationLoggingContext(EvaluationLoggingContext evaluationLoggingContext, IElementLocation? importLocation, IElementLocation? includeLocation, IElementLocation? excludeLocation, bool excludeFileSpecIsEmpty, string filespecUnescaped, string fileSpec)