1 write to _text
Microsoft.CodeAnalysis.CSharp (1)
Syntax\CSharpSyntaxTree.LazySyntaxTree.cs (1)
33
_text
= text;
15 references to _text
Microsoft.CodeAnalysis.CSharp (15)
Syntax\CSharpSyntaxTree.LazySyntaxTree.cs (15)
46
return
_text
;
51
text =
_text
;
57
get { return
_text
.Encoding; }
62
get { return
_text
.Length; }
70
var tree = SyntaxFactory.ParseSyntaxTree(
_text
, _options, _path, cancellationToken);
118
_text
.Encoding,
119
_text
.ChecksumAlgorithm,
138
_text
,
139
_text
.Encoding,
140
_text
.ChecksumAlgorithm,
150
return new LazySyntaxTree(
_text
, _options, path, _diagnosticOptions);
170
_text
,
171
_text
.Encoding,
172
_text
.ChecksumAlgorithm,
182
return new LazySyntaxTree(
_text
, _options, _path, options);