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