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