2 implementations of LogErrorFromText
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
131
public void
LogErrorFromText
(BuildEventContext buildEventContext, string subcategoryResourceName, string errorCode, string helpKeyword, BuildEventFileInfo file, string message)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
412
public void
LogErrorFromText
(BuildEventContext buildEventContext, string subcategoryResourceName, string errorCode, string helpKeyword, BuildEventFileInfo file, string message)
5 references to LogErrorFromText
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (1)
3340
loggingService?.
LogErrorFromText
(
BackEnd\Components\Logging\LoggingContext.cs (1)
222
_loggingService.
LogErrorFromText
(_eventContext, subcategoryResourceName, errorCode, helpKeyword, file, message);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (2)
1059
_loggingService.
LogErrorFromText
(
1114
_loggingService.
LogErrorFromText
(
BuildCheck\Infrastructure\CheckContext\CheckLoggingContext.cs (1)
39
.
LogErrorFromText
(eventContext, subcategoryResourceName, errorCode, helpKeyword, file, message);