7 references to CodePage
Microsoft.Build.Tasks.CodeAnalysis.Sdk (7)
src\Compilers\Core\MSBuildTask\Csc.cs (2)
549CheckHostObjectSupport(param = nameof(CodePage), cscHostObject.SetCodePage(CodePage));
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
122set { _store[nameof(CodePage)] = value; } 123get { return _store.GetOrDefault(nameof(CodePage), 0); } 872commandLine.AppendSwitchWithInteger("/codepage:", _store, nameof(CodePage));
src\Compilers\Core\MSBuildTask\Vbc.cs (2)
834CheckHostObjectSupport(param = nameof(CodePage), vbcHostObject.SetCodePage(CodePage));