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)
222
_evaluationLoggingContext = new
EvaluationLoggingContext
(
8 references to EvaluationLoggingContext
Microsoft.Build (8)
BackEnd\Components\SdkResolution\MainNodeSdkResolverService.cs (1)
85
EvaluationLoggingContext
loggingContext = new EvaluationLoggingContext(loggingService, request.BuildEventContext, request.ProjectPath);
Evaluation\Evaluator.cs (1)
169
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 (3)
272
case
EvaluationLoggingContext
evaluationLoggingContext:
311
case
EvaluationLoggingContext
evaluationLoggingContext:
409
private static void LogDriveEnumerationWarningWithEvaluationLoggingContext(
EvaluationLoggingContext
evaluationLoggingContext, IElementLocation importLocation, IElementLocation includeLocation, IElementLocation excludeLocation, bool excludeFileSpecIsEmpty, string filespecUnescaped, string fileSpec)