Implemented interface member:
method
LogFatalTaskError
Microsoft.Build.BackEnd.Logging.ILoggingService.LogFatalTaskError(Microsoft.Build.Framework.BuildEventContext, System.Exception, Microsoft.Build.Shared.BuildEventFileInfo, System.String)
3 references to LogFatalTaskError
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingServicesLogMethod_Tests.cs (3)
336service.LogFatalTaskError(s_buildEventContext, new Exception("SuperException"), fileInfo, null); 355service.LogFatalTaskError(s_buildEventContext, exception, fileInfo, parameters); 361service.LogFatalTaskError(s_buildEventContext, exception, fileInfo, string.Empty);