3 writes to textTokens
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
25085
this.
textTokens
= textTokens;
25101
this.
textTokens
= textTokens;
25116
this.
textTokens
= textTokens;
4 references to textTokens
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25123
public CoreSyntax.SyntaxList<SyntaxToken> TextTokens => new CoreSyntax.SyntaxList<SyntaxToken>(this.
textTokens
);
25130
1 => this.
textTokens
,
25158
=> new XmlCommentSyntax(this.Kind, this.lessThanExclamationMinusMinusToken, this.
textTokens
, this.minusMinusGreaterThanToken, diagnostics, GetAnnotations());
25161
=> new XmlCommentSyntax(this.Kind, this.lessThanExclamationMinusMinusToken, this.
textTokens
, this.minusMinusGreaterThanToken, GetDiagnostics(), annotations);