5 references to CodePage
Microsoft.Build.Tasks.CodeAnalysis (5)
ManagedCompiler.cs (3)
122set { _store[nameof(CodePage)] = value; } 123get { return _store.GetOrDefault(nameof(CodePage), 0); } 865commandLine.AppendSwitchWithInteger("/codepage:", _store, nameof(CodePage));
Vbc.cs (2)
834CheckHostObjectSupport(param = nameof(CodePage), vbcHostObject.SetCodePage(CodePage));