2 writes to WarningsAsErrors
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1428args.WarningsAsErrors = loggingService.GetWarningsAsErrors(projectBuildEventContext).ToHashSet(StringComparer.OrdinalIgnoreCase);
Microsoft.Build.Framework (1)
ProjectStartedEventArgs.cs (1)
467WarningsAsErrors = ReadStringSet(reader);
2 references to WarningsAsErrors
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1774AddWarningsAsErrors(projectStartedEvent.BuildEventContext, projectStartedEvent.WarningsAsErrors);
Microsoft.Build.Framework (1)
ProjectStartedEventArgs.cs (1)
395WriteCollection(writer, WarningsAsErrors);