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