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