Implemented interface member:
method
LogWarning
Microsoft.Build.BackEnd.Logging.ILoggingService.LogWarning(Microsoft.Build.Framework.BuildEventContext, System.String, Microsoft.Build.Shared.BuildEventFileInfo, System.String, params System.Object[])
3 references to LogWarning
Microsoft.Build.Engine.UnitTests (3)
BackEnd\LoggingServicesLogMethod_Tests.cs (3)
570service.LogWarning(s_buildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo("foo.cs"), null, "MyTask"); 583service.LogWarning(s_buildEventContext, "SubCategoryForSolutionParsingErrors", new BuildEventFileInfo("foo.cs"), string.Empty, "MyTask"); 1391service.LogWarning(s_buildEventContext, subCategoryKey, fileInfo, "FatalTaskError", taskName);