1 write to WarningsAsErrors
Microsoft.Maui.Controls.Build.Tasks (1)
XamlCTask.cs (1)
63 Context.WarningsAsErrors = warningsAsErrors?.Split([';', ','], StringSplitOptions.RemoveEmptyEntries).Select(s =>
2 references to WarningsAsErrors
Microsoft.Maui.Controls.Build.Tasks (2)
XamlCTask.cs (2)
98 || (Context.WarningsAsErrors != null && Context.WarningsAsErrors.Contains(code.CodeCode)))