Base:
1 write to Options
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (1)
38Me.Options = options
2 references to Options
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Workspace\LanguageServices\VisualBasicSyntaxTreeFactoryService.ParsedSyntaxTree.vb (2)
77Return If(ReferenceEquals(root, _root) AndAlso options = Me.Options, 91New ParsedSyntaxTree(_lazyText, _root, Options, path, Encoding, _checksumAlgorithm))