2 implementations of LogWarningFromText
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
301public void LogWarningFromText(BuildEventContext buildEventContext, string subcategoryResourceName, string warningCode, string helpKeyword, BuildEventFileInfo file, string message)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
502public void LogWarningFromText(BuildEventContext buildEventContext, string subcategoryResourceName, string warningCode, string helpKeyword, BuildEventFileInfo file, string message)
5 references to LogWarningFromText
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (1)
3352loggingService.LogWarningFromText(
BackEnd\Components\Logging\LoggingContext.cs (1)
281_loggingService.LogWarningFromText(_eventContext, subcategoryResourceName, warningCode, helpKeyword, file, message);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
1072_loggingService.LogWarningFromText( 1127_loggingService.LogWarningFromText(
BuildCheck\Infrastructure\CheckContext\CheckLoggingContext.cs (1)
43.LogWarningFromText(eventContext, subcategoryResourceName, errorCode, helpKeyword, file, message);