2 implementations of LogFatalTaskError
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
208
public void
LogFatalTaskError
(BuildEventContext buildEventContext, Exception exception, BuildEventFileInfo file, string taskName)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
431
public void
LogFatalTaskError
(BuildEventContext buildEventContext, Exception exception, BuildEventFileInfo file, string taskName)
1 reference to LogFatalTaskError
Microsoft.Build (1)
BackEnd\Components\Logging\BuildLoggingContext.cs (1)
63
LoggingService.
LogFatalTaskError
(BuildEventContext, exception, file, taskName);