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