2 references to WarningLevel
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
71
public const string WarningLevel = nameof(
WarningLevel
);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
56
Add("warn", Project.ReadPropertyInt(PropertyNames.
WarningLevel
));