2 references to RQUnconstructedTypeInfo
Microsoft.CodeAnalysis.Features (2)
RQName\Nodes\RQType.cs (1)
13new RQUnconstructedType(new[] { "System" }, new[] { new RQUnconstructedTypeInfo("Object", 0) }),
RQName\RQNodeBuilder.cs (1)
81typeInfos.Insert(0, new RQUnconstructedTypeInfo(currentType.Name, currentType.TypeParameters.Length));