1 write to _text
Microsoft.CodeAnalysis.VisualBasic (1)
Syntax\VisualBasicSyntaxTree.LazySyntaxTree.vb (1)
33
_text
= text
15 references to _text
Microsoft.CodeAnalysis.VisualBasic (15)
Syntax\VisualBasicSyntaxTree.LazySyntaxTree.vb (15)
52
Return
_text
56
text =
_text
62
Return
_text
.Encoding
68
Return
_text
.Length
75
Dim tree = SyntaxFactory.ParseSyntaxTree(
_text
, _options, _path, cancellationToken)
121
_text
.Encoding,
122
_text
.ChecksumAlgorithm,
139
_text
,
140
_text
.Encoding,
141
_text
.ChecksumAlgorithm,
149
Return New LazySyntaxTree(
_text
, _options, path, _diagnosticOptions)
165
_text
,
166
_text
.Encoding,
167
_text
.ChecksumAlgorithm,
175
Return New LazySyntaxTree(
_text
, _options, _path, options)