1 write to TypeArguments
Microsoft.CodeAnalysis.Features (1)
RQName\Nodes\RQConstructedType.cs (1)
20
TypeArguments
= new ReadOnlyCollection<RQType>(typeArguments);
1 reference to TypeArguments
Microsoft.CodeAnalysis.Features (1)
RQName\Nodes\RQConstructedType.cs (1)
25
var typeArgumentNodes =
TypeArguments
.Select(node => node.ToSimpleTree()).ToList();