3 writes to elementType
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
737
this.
elementType
= elementType;
748
this.
elementType
= elementType;
758
this.
elementType
= elementType;
4 references to elementType
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
764
public TypeSyntax ElementType => this.
elementType
;
771
0 => this.
elementType
,
799
=> new PointerTypeSyntax(this.Kind, this.
elementType
, this.asteriskToken, diagnostics, GetAnnotations());
802
=> new PointerTypeSyntax(this.Kind, this.
elementType
, this.asteriskToken, GetDiagnostics(), annotations);