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)
497
public 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)
3275
loggingService.
LogWarningFromText
(
BackEnd\Components\Logging\LoggingContext.cs (1)
281
_loggingService.
LogWarningFromText
(_eventContext, subcategoryResourceName, warningCode, helpKeyword, file, message);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
1048
_loggingService.
LogWarningFromText
(
1103
_loggingService.
LogWarningFromText
(
BuildCheck\Infrastructure\CheckContext\CheckLoggingContext.cs (1)
43
.
LogWarningFromText
(eventContext, subcategoryResourceName, errorCode, helpKeyword, file, message);