2 implementations of LogWarning
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
284public void LogWarning(BuildEventContext buildEventContext, string subcategoryResourceName, BuildEventFileInfo file, string messageResourceName, params object[] messageArgs)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
479public void LogWarning(BuildEventContext buildEventContext, string subcategoryResourceName, BuildEventFileInfo file, string messageResourceName, params object[] messageArgs)
9 references to LogWarning
Microsoft.Build (9)
BackEnd\BuildManager\EnvironmentVariableValidator.cs (1)
45loggingService.LogWarning(BuildEventContext.Invalid, null, BuildEventFileInfo.Empty, "DotnetHostPathIsDirectory", dotnetHostPath);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
1223loggingService?.LogWarning(
BackEnd\Components\Logging\LoggingContext.cs (2)
254_loggingService.LogWarning(_eventContext, null, BuildEventFileInfo.Empty, messageResourceName, messageArgs); 267_loggingService.LogWarning(_eventContext, subcategoryResourceName, file, messageResourceName, messageArgs);
BackEnd\Node\OutOfProcNode.cs (1)
614_loggingService.LogWarning(
Construction\Solution\SolutionProjectGenerator.cs (2)
2194_loggingService.LogWarning( 2222_loggingService.LogWarning(
Evaluation\Conditionals\Parser.cs (1)
146LoggingServices.LogWarning(_logBuildEventContext, null, new BuildEventFileInfo(_elementLocation), "ConditionMaybeEvaluatedIncorrectly", expression);
Utilities\EngineFileUtilities.cs (1)
427loggingService.LogWarning(