Base:
property
Options
Microsoft.CodeAnalysis.CSharp.CSharpSyntaxTree.Options
1 write to Options
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (1)
41Options = options;
2 references to Options
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Workspace\LanguageServices\CSharpSyntaxTreeFactoryService.ParsedSyntaxTree.cs (2)
77=> root == _root && options == Options 90: new ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm);