3 writes to endTag
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23934
this.
endTag
= endTag;
23950
this.
endTag
= endTag;
23965
this.
endTag
= endTag;
4 references to endTag
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23970
public XmlElementEndTagSyntax EndTag => this.
endTag
;
23977
2 => 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);