2 writes to Encoding
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1599
Encoding
= codepage,
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCommandLineParser.vb (1)
1513
.
Encoding
= codepage,
4 references to Encoding
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
265
return EncodedStringText.Create(data, _fallbackEncoding, Arguments.
Encoding
, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path));
270
return EncodedStringText.Create(data, _fallbackEncoding, Arguments.
Encoding
, Arguments.ChecksumAlgorithm, canBeEmbedded: EmbeddedSourcePaths.Contains(file.Path));
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
168
loader: new WorkspaceFileTextLoader(languageServices.SolutionServices, absolutePath, commandLineArguments.
Encoding
),
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
240
encoding = commandLineArgs.
Encoding
;