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)
399
public 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)
3232
loggingService?.
LogErrorFromText
(
BackEnd\Components\Logging\LoggingContext.cs (1)
222
_loggingService.
LogErrorFromText
(_eventContext, subcategoryResourceName, errorCode, helpKeyword, file, message);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
930
_loggingService.
LogErrorFromText
(