1 instantiation of RQUnconstructedType
Microsoft.CodeAnalysis.Features (1)
RQName\Nodes\RQType.cs (1)
12
new
RQUnconstructedType
(["System"], [new RQUnconstructedTypeInfo("Object", 0)]),
20 references to RQUnconstructedType
Microsoft.CodeAnalysis.Features (20)
RQName\Nodes\RQConstructedType.cs (2)
12
internal sealed class RQConstructedType(
RQUnconstructedType
definingType, IList<RQType> typeArguments) : RQType
14
public readonly
RQUnconstructedType
DefiningType = definingType;
RQName\Nodes\RQConstructor.cs (1)
10
RQUnconstructedType
containingType,
RQName\Nodes\RQEvent.cs (1)
7
internal sealed class RQEvent(
RQUnconstructedType
containingType, RQMethodPropertyOrEventName memberName) : RQMethodPropertyOrEvent(containingType, memberName)
RQName\Nodes\RQIndexer.cs (1)
10
RQUnconstructedType
containingType,
RQName\Nodes\RQMember.cs (2)
10
internal abstract class RQMember(
RQUnconstructedType
containingType) : RQNode
12
public readonly
RQUnconstructedType
ContainingType = containingType;
RQName\Nodes\RQMemberVariable.cs (1)
10
internal sealed class RQMemberVariable(
RQUnconstructedType
containingType, string name) : RQMember(containingType)
RQName\Nodes\RQMethod.cs (1)
10
RQUnconstructedType
containingType,
RQName\Nodes\RQMethodBase.cs (1)
10
RQUnconstructedType
containingType,
RQName\Nodes\RQMethodOrProperty.cs (1)
13
RQUnconstructedType
containingType,
RQName\Nodes\RQMethodPropertyOrEvent.cs (1)
10
internal abstract class RQMethodPropertyOrEvent(
RQUnconstructedType
containingType, RQMethodPropertyOrEventName memberName) : RQMember(containingType)
RQName\Nodes\RQProperty.cs (1)
10
RQUnconstructedType
containingType,
RQName\Nodes\RQPropertyBase.cs (1)
10
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);