3 writes to elementType
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
1272
this.
elementType
= elementType;
1283
this.
elementType
= elementType;
1293
this.
elementType
= elementType;
4 references to elementType
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
1299
public TypeSyntax ElementType => this.
elementType
;
1306
0 => this.
elementType
,
1334
=> new NullableTypeSyntax(this.Kind, this.
elementType
, this.questionToken, diagnostics, GetAnnotations());
1337
=> new NullableTypeSyntax(this.Kind, this.
elementType
, this.questionToken, GetDiagnostics(), annotations);