3 writes to contents
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
8099
this.
contents
= contents;
8115
this.
contents
= contents;
8130
this.
contents
= contents;
4 references to contents
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
8139
public CoreSyntax.SyntaxList<InterpolatedStringContentSyntax> Contents => new CoreSyntax.SyntaxList<InterpolatedStringContentSyntax>(this.
contents
);
8147
1 => this.
contents
,
8175
=> new InterpolatedStringExpressionSyntax(this.Kind, this.stringStartToken, this.
contents
, this.stringEndToken, diagnostics, GetAnnotations());
8178
=> new InterpolatedStringExpressionSyntax(this.Kind, this.stringStartToken, this.
contents
, this.stringEndToken, GetDiagnostics(), annotations);