3 writes to typeArgumentList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
212
this.
typeArgumentList
= typeArgumentList;
223
this.
typeArgumentList
= typeArgumentList;
233
this.
typeArgumentList
= typeArgumentList;
4 references to typeArgumentList
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
239
public TypeArgumentListSyntax TypeArgumentList => this.
typeArgumentList
;
245
1 => this.
typeArgumentList
,
272
=> new GenericNameSyntax(this.Kind, this.identifier, this.
typeArgumentList
, diagnostics, GetAnnotations());
275
=> new GenericNameSyntax(this.Kind, this.identifier, this.
typeArgumentList
, GetDiagnostics(), annotations);