Implemented interface member:
method
LogTaskWarningFromException
Microsoft.Build.BackEnd.Logging.ILoggingService.LogTaskWarningFromException(Microsoft.Build.Framework.BuildEventContext, System.Exception, Microsoft.Build.Shared.BuildEventFileInfo, System.String)
4 references to LogTaskWarningFromException
Microsoft.Build.Engine.UnitTests (4)
BackEnd\LoggingServicesLogMethod_Tests.cs (4)
513service.LogTaskWarningFromException(s_buildEventContext, null, fileInfo, null); 527service.LogTaskWarningFromException(s_buildEventContext, null, fileInfo, null); 548service.LogTaskWarningFromException(s_buildEventContext, null, fileInfo, parameters); 555service.LogTaskWarningFromException(s_buildEventContext, exception, fileInfo, parameters);