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