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)
335service.LogFatalTaskError(s_buildEventContext, new Exception("SuperException"), fileInfo, null); 354service.LogFatalTaskError(s_buildEventContext, exception, fileInfo, parameters); 360service.LogFatalTaskError(s_buildEventContext, exception, fileInfo, string.Empty);