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