2 implementations of GetWarningsAsErrors
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
649
public ICollection<string>
GetWarningsAsErrors
(BuildEventContext context)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
667
public ICollection<string>
GetWarningsAsErrors
(BuildEventContext context)
2 references to GetWarningsAsErrors
Microsoft.Build (2)
BackEnd\Components\Logging\TaskLoggingContext.cs (1)
156
return LoggingService.
GetWarningsAsErrors
(BuildEventContext);
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1284
args.WarningsAsErrors = loggingService.
GetWarningsAsErrors
(projectBuildEventContext).ToHashSet(StringComparer.OrdinalIgnoreCase);