2 implementations of LogFatalError
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
254public void LogFatalError(BuildEventContext buildEventContext, Exception exception, BuildEventFileInfo file, string messageResourceName, params object[] messageArgs)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
428public void LogFatalError(BuildEventContext buildEventContext, Exception exception, BuildEventFileInfo file, string messageResourceName, params object[] messageArgs)
1 reference to LogFatalError
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingContext.cs (1)
247_loggingService.LogFatalError(_eventContext, exception, file, messageResourceName, messageArgs);