2 implementations of LogErrorFromText
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
137public void LogErrorFromText(BuildEventContext buildEventContext, string subcategoryResourceName, string errorCode, string helpKeyword, BuildEventFileInfo file, string message)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
384public void LogErrorFromText(BuildEventContext buildEventContext, string subcategoryResourceName, string errorCode, string helpKeyword, BuildEventFileInfo file, string message)
4 references to LogErrorFromText
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (1)
3226loggingService?.LogErrorFromText(
BackEnd\Components\Logging\LoggingContext.cs (1)
222_loggingService.LogErrorFromText(_eventContext, subcategoryResourceName, errorCode, helpKeyword, file, message);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
926_loggingService.LogErrorFromText(
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
298_loggingService.LogErrorFromText(buildEventContext, null, null, null,