2 implementations of LogErrorFromText
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
131public void LogErrorFromText(BuildEventContext buildEventContext, string subcategoryResourceName, string errorCode, string helpKeyword, BuildEventFileInfo file, string message)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
399public void LogErrorFromText(BuildEventContext buildEventContext, string subcategoryResourceName, string errorCode, string helpKeyword, BuildEventFileInfo file, string message)
3 references to LogErrorFromText
Microsoft.Build (3)
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)
929_loggingService.LogErrorFromText(