2 references to CodePage
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
16public const string CodePage = nameof(CodePage);
MSBuild\ProjectFile\Extensions.cs (1)
101=> executedProject.ReadPropertyInt(PropertyNames.CodePage) is >= 0 and var codePage ? codePage : 0;