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)
46return _text; 51text = _text; 57get { return _text.Encoding; } 62get { return _text.Length; } 70var tree = SyntaxFactory.ParseSyntaxTree(_text, _options, _path, cancellationToken); 118_text.Encoding, 119_text.ChecksumAlgorithm, 138_text, 139_text.Encoding, 140_text.ChecksumAlgorithm, 150return new LazySyntaxTree(_text, _options, path, _diagnosticOptions); 170_text, 171_text.Encoding, 172_text.ChecksumAlgorithm, 182return new LazySyntaxTree(_text, _options, _path, options);