2 references to CodePage
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
16
public const string CodePage = nameof(
CodePage
);
MSBuild\ProjectFile\CommandLineArgumentReader.cs (1)
153
var codePage = Project.ReadPropertyInt(PropertyNames.
CodePage
);