3 writes to types
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
18827
this.
types
= types;
18841
this.
types
= types;
18854
this.
types
= types;
4 references to types
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
18861
public CoreSyntax.SeparatedSyntaxList<BaseTypeSyntax> Types => new CoreSyntax.SeparatedSyntaxList<BaseTypeSyntax>(new CoreSyntax.SyntaxList<CSharpSyntaxNode>(this.
types
));
18867
1 => this.
types
,
18894
=> new BaseListSyntax(this.Kind, this.colonToken, this.
types
, diagnostics, GetAnnotations());
18897
=> new BaseListSyntax(this.Kind, this.colonToken, this.
types
, GetDiagnostics(), annotations);