3 writes to textTokens
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
24985
this.
textTokens
= textTokens;
25003
this.
textTokens
= textTokens;
25020
this.
textTokens
= textTokens;
4 references to textTokens
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
25028
public CoreSyntax.SyntaxList<SyntaxToken> TextTokens => new CoreSyntax.SyntaxList<SyntaxToken>(this.
textTokens
);
25036
2 => this.
textTokens
,
25064
=> new XmlProcessingInstructionSyntax(this.Kind, this.startProcessingInstructionToken, this.name, this.
textTokens
, this.endProcessingInstructionToken, diagnostics, GetAnnotations());
25067
=> new XmlProcessingInstructionSyntax(this.Kind, this.startProcessingInstructionToken, this.name, this.
textTokens
, this.endProcessingInstructionToken, GetDiagnostics(), annotations);