3 references to WarningsNotAsErrors
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\Constants\PropertyNames.cs (1)
69
public const string WarningsNotAsErrors = nameof(
WarningsNotAsErrors
);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
60
AddIfNotNullOrWhiteSpace("warnaserror-", Project.ReadPropertyString(PropertyNames.
WarningsNotAsErrors
));
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
63
AddIfNotNullOrWhiteSpace("warnaserror-", Project.ReadPropertyString(PropertyNames.
WarningsNotAsErrors
));