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