3 writes to endTag
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23934this.endTag = endTag; 23950this.endTag = endTag; 23965this.endTag = endTag;
4 references to endTag
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23970public XmlElementEndTagSyntax EndTag => this.endTag; 239772 => this.endTag, 24004=> new XmlElementSyntax(this.Kind, this.startTag, this.content, this.endTag, diagnostics, GetAnnotations()); 24007=> new XmlElementSyntax(this.Kind, this.startTag, this.content, this.endTag, GetDiagnostics(), annotations);