3 writes to textTokens
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24888
this.
textTokens
= textTokens;
24904
this.
textTokens
= textTokens;
24919
this.
textTokens
= textTokens;
4 references to textTokens
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24926
public CoreSyntax.SyntaxList<SyntaxToken> TextTokens => new CoreSyntax.SyntaxList<SyntaxToken>(this.
textTokens
);
24933
1 => this.
textTokens
,
24961
=> new XmlCDataSectionSyntax(this.Kind, this.startCDataToken, this.
textTokens
, this.endCDataToken, diagnostics, GetAnnotations());
24964
=> new XmlCDataSectionSyntax(this.Kind, this.startCDataToken, this.
textTokens
, this.endCDataToken, GetDiagnostics(), annotations);