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)
466public void LogWarning(BuildEventContext buildEventContext, string subcategoryResourceName, BuildEventFileInfo file, string messageResourceName, params object[] messageArgs)
7 references to LogWarning
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
861loggingService?.LogWarning(
BackEnd\Components\Logging\LoggingContext.cs (2)
254_loggingService.LogWarning(_eventContext, null, BuildEventFileInfo.Empty, messageResourceName, messageArgs); 267_loggingService.LogWarning(_eventContext, subcategoryResourceName, file, messageResourceName, messageArgs);
Construction\Solution\SolutionProjectGenerator.cs (2)
2181_loggingService.LogWarning( 2209_loggingService.LogWarning(
Evaluation\Conditionals\Parser.cs (1)
146LoggingServices.LogWarning(_logBuildEventContext, null, new BuildEventFileInfo(_elementLocation), "ConditionMaybeEvaluatedIncorrectly", expression);
Utilities\EngineFileUtilities.cs (1)
399loggingService.LogWarning(