Base:
property
Encoding
Microsoft.CodeAnalysis.SyntaxTree.Encoding
1 write to Encoding
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (1)
34
Encoding
= encoding;
3 references to Encoding
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (3)
43
Interlocked.CompareExchange(ref _lazyText, GetRoot(cancellationToken).GetText(
Encoding
, _checksumAlgorithm), null);
71
=> (root == _root && options == Options) ? this : new ParsedSyntaxTree((root == _root) ? _lazyText : null, (CSharpSyntaxNode)root, (CSharpParseOptions)options, FilePath,
Encoding
, _checksumAlgorithm);
74
=> (path == FilePath) ? this : new ParsedSyntaxTree(_lazyText, _root, Options, path,
Encoding
, _checksumAlgorithm);