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