2 implementations of LogWarning
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
313public void LogWarning(BuildEventContext buildEventContext, string subcategoryResourceName, BuildEventFileInfo file, string messageResourceName, params object[] messageArgs)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
451public void LogWarning(BuildEventContext buildEventContext, string subcategoryResourceName, BuildEventFileInfo file, string messageResourceName, params object[] messageArgs)
11 references to LogWarning
Microsoft.Build (11)
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)
2177_loggingService.LogWarning( 2205_loggingService.LogWarning(
Definition\Toolset.cs (4)
706loggingServices.LogWarning( 718loggingServices.LogWarning( 1008loggingServices.LogWarning(buildEventContext, null, new BuildEventFileInfo(String.Empty /* this warning truly does not involve any file*/), "OverrideTasksFileFailure", rootedPathMessage); 1015loggingServices.LogWarning(buildEventContext, null, new BuildEventFileInfo(String.Empty /* this warning truly does not involve any file*/), "OverrideTasksFileFailure", rootedPathMessage);
Evaluation\Conditionals\Parser.cs (1)
146LoggingServices.LogWarning(_logBuildEventContext, null, new BuildEventFileInfo(_elementLocation), "ConditionMaybeEvaluatedIncorrectly", expression);
Utilities\EngineFileUtilities.cs (1)
397loggingService.LogWarning(