3 writes to elementType
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
555
this.
elementType
= elementType;
569
this.
elementType
= elementType;
582
this.
elementType
= elementType;
4 references to elementType
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
591
public TypeSyntax ElementType => this.
elementType
;
598
0 => this.
elementType
,
626
=> new ArrayTypeSyntax(this.Kind, this.
elementType
, this.rankSpecifiers, diagnostics, GetAnnotations());
629
=> new ArrayTypeSyntax(this.Kind, this.
elementType
, this.rankSpecifiers, GetDiagnostics(), annotations);