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