2 references to ReadPropertyInt
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
56Add("warn", Project.ReadPropertyInt(PropertyNames.WarningLevel));
MSBuild\ProjectFile\Extensions.cs (1)
101=> executedProject.ReadPropertyInt(PropertyNames.CodePage) is >= 0 and var codePage ? codePage : 0;