2 implementations of LogWarning
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
284
public void
LogWarning
(BuildEventContext buildEventContext, string subcategoryResourceName, BuildEventFileInfo file, string messageResourceName, params object[] messageArgs)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
466
public 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)
861
loggingService?.
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)
146
LoggingServices.
LogWarning
(_logBuildEventContext, null, new BuildEventFileInfo(_elementLocation), "ConditionMaybeEvaluatedIncorrectly", expression);
Utilities\EngineFileUtilities.cs (1)
399
loggingService.
LogWarning
(