3 writes to textTokens
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24812
this.
textTokens
= textTokens;
24824
this.
textTokens
= textTokens;
24835
this.
textTokens
= textTokens;
4 references to textTokens
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24839
public CoreSyntax.SyntaxList<SyntaxToken> TextTokens => new CoreSyntax.SyntaxList<SyntaxToken>(this.
textTokens
);
24842
=> index == 0 ? this.
textTokens
: null;
24867
=> new XmlTextSyntax(this.Kind, this.
textTokens
, diagnostics, GetAnnotations());
24870
=> new XmlTextSyntax(this.Kind, this.
textTokens
, GetDiagnostics(), annotations);