2 implementations of GetWarningsAsErrors
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
595public ICollection<string> GetWarningsAsErrors(BuildEventContext context)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
622public ICollection<string> GetWarningsAsErrors(BuildEventContext context)
1 reference to GetWarningsAsErrors
Microsoft.Build (1)
BackEnd\Components\Logging\TaskLoggingContext.cs (1)
152return LoggingService.GetWarningsAsErrors(BuildEventContext);