3 writes to textTokens
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24504
this.
textTokens
= textTokens;
24524
this.
textTokens
= textTokens;
24543
this.
textTokens
= textTokens;
4 references to textTokens
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24552
public CoreSyntax.SyntaxList<SyntaxToken> TextTokens => new CoreSyntax.SyntaxList<SyntaxToken>(this.
textTokens
);
24561
3 => this.
textTokens
,
24589
=> new XmlTextAttributeSyntax(this.Kind, this.name, this.equalsToken, this.startQuoteToken, this.
textTokens
, this.endQuoteToken, diagnostics, GetAnnotations());
24592
=> new XmlTextAttributeSyntax(this.Kind, this.name, this.equalsToken, this.startQuoteToken, this.
textTokens
, this.endQuoteToken, GetDiagnostics(), annotations);