2 implementations of LogWarningFromText
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
301
public void
LogWarningFromText
(BuildEventContext buildEventContext, string subcategoryResourceName, string warningCode, string helpKeyword, BuildEventFileInfo file, string message)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
484
public void
LogWarningFromText
(BuildEventContext buildEventContext, string subcategoryResourceName, string warningCode, string helpKeyword, BuildEventFileInfo file, string message)
2 references to LogWarningFromText
Microsoft.Build (2)
BackEnd\Components\Logging\LoggingContext.cs (1)
281
_loggingService.
LogWarningFromText
(_eventContext, subcategoryResourceName, warningCode, helpKeyword, file, message);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
916
_loggingService.
LogWarningFromText
(