3 writes to endQuoteToken
Microsoft.CodeAnalysis.CSharp (3)
5 references to endQuoteToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
24553public override SyntaxToken EndQuoteToken => this.endQuoteToken;
245624 => this.endQuoteToken,
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);