3 writes to startTag
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23927
this.
startTag
= startTag;
23943
this.
startTag
= startTag;
23958
this.
startTag
= startTag;
4 references to startTag
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23968
public XmlElementStartTagSyntax StartTag => this.
startTag
;
23975
0 => this.
startTag
,
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);