1 instantiation of IndexedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\IndexedTypeParameterSymbol.vb (1)
54
newPool(i) = New
IndexedTypeParameterSymbol
(i)
8 references to IndexedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Metadata\PE\MemberRefMetadataDecoder.vb (2)
42
Return
IndexedTypeParameterSymbol
.GetTypeParameter(position)
194
candidateMethod = candidateMethod.Construct(StaticCast(Of TypeSymbol).From(
IndexedTypeParameterSymbol
.Take(candidateMethod.Arity)))
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
1412
IndexedTypeParameterSymbol
.Take(n).As(Of TypeSymbol))
1416
IndexedTypeParameterSymbol
.Take(nestedTypeParameters.Length).As(Of TypeSymbol))
Symbols\MethodSignatureComparer.vb (1)
809
Dim indexedTypeArguments = StaticCast(Of TypeSymbol).From(
IndexedTypeParameterSymbol
.Take(method.Arity))
Symbols\Retargeting\RetargetingSymbolTranslator.vb (2)
978
IndexedTypeParameterSymbol
.Take(method.Arity),
1004
Return
IndexedTypeParameterSymbol
.GetTypeParameter(typeParameter.Ordinal)
Symbols\Source\SourceMethodSymbol.vb (1)
2106
fakeTypeParameters =
IndexedTypeParameterSymbol
.Take(Me.Arity)