2 instantiations of RQUnconstructedType
Microsoft.CodeAnalysis.Features (2)
RQName\Nodes\RQType.cs (1)
13new RQUnconstructedType(new[] { "System" }, new[] { new RQUnconstructedTypeInfo("Object", 0) }),
RQName\RQNodeBuilder.cs (1)
84return new RQUnconstructedType(namespaceNames, typeInfos);
20 references to RQUnconstructedType
Microsoft.CodeAnalysis.Features (20)
RQName\Nodes\RQConstructedType.cs (2)
14public readonly RQUnconstructedType DefiningType; 17public RQConstructedType(RQUnconstructedType definingType, IList<RQType> typeArguments)
RQName\Nodes\RQConstructor.cs (1)
12RQUnconstructedType containingType,
RQName\Nodes\RQEvent.cs (1)
9public RQEvent(RQUnconstructedType containingType, RQMethodPropertyOrEventName memberName)
RQName\Nodes\RQIndexer.cs (1)
12RQUnconstructedType containingType,
RQName\Nodes\RQMember.cs (2)
12public readonly RQUnconstructedType ContainingType; 14public RQMember(RQUnconstructedType containingType)
RQName\Nodes\RQMemberVariable.cs (1)
14public RQMemberVariable(RQUnconstructedType containingType, string name)
RQName\Nodes\RQMethod.cs (1)
12RQUnconstructedType containingType,
RQName\Nodes\RQMethodBase.cs (1)
12RQUnconstructedType containingType,
RQName\Nodes\RQMethodOrProperty.cs (1)
18RQUnconstructedType containingType,
RQName\Nodes\RQMethodPropertyOrEvent.cs (1)
14public RQMethodPropertyOrEvent(RQUnconstructedType containingType, RQMethodPropertyOrEventName memberName)
RQName\Nodes\RQProperty.cs (1)
12RQUnconstructedType containingType,
RQName\Nodes\RQPropertyBase.cs (1)
12RQUnconstructedType containingType,
RQName\RQNodeBuilder.cs (6)
53private static RQUnconstructedType? BuildUnconstructedNamedType(INamedTypeSymbol type) 89var containingType = BuildUnconstructedNamedType(symbol.ContainingType); 122var containingType = BuildUnconstructedNamedType(symbol.ContainingType); 171var containingType = BuildUnconstructedNamedType(symbol.ContainingType); 240var containingType = BuildUnconstructedNamedType(symbol.ContainingType); 336var containingType = BuildUnconstructedNamedType(definingType);