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)
58
AddIfNotNullOrWhiteSpace("warnaserror-", Project.ReadPropertyString(PropertyNames.
WarningsNotAsErrors
));
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
61
AddIfNotNullOrWhiteSpace("warnaserror-", Project.ReadPropertyString(PropertyNames.
WarningsNotAsErrors
));