3 writes to content
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
23931
this.
content
= content;
23947
this.
content
= content;
23962
this.
content
= content;
4 references to content
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
23969
public CoreSyntax.SyntaxList<XmlNodeSyntax> Content => new CoreSyntax.SyntaxList<XmlNodeSyntax>(this.
content
);
23976
1 => this.
content
,
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);