1 instantiation of IndexedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\IndexedTypeParameterSymbol.vb (1)
54
newPool(i) = New
IndexedTypeParameterSymbol
(i)
11 references to IndexedTypeParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (10)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (2)
474
Dim indexed = TryCast(symbol,
IndexedTypeParameterSymbol
)
578
Return method.Construct(ImmutableArrayExtensions.Cast(Of TypeParameterSymbol, TypeSymbol)(
IndexedTypeParameterSymbol
.Take(i)))
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)
1390
IndexedTypeParameterSymbol
.Take(n).As(Of TypeSymbol))
1394
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)
985
IndexedTypeParameterSymbol
.Take(method.Arity),
1011
Return
IndexedTypeParameterSymbol
.GetTypeParameter(typeParameter.Ordinal)
Symbols\Source\SourceMethodSymbol.vb (1)
2100
fakeTypeParameters =
IndexedTypeParameterSymbol
.Take(Me.Arity)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.vb (1)
1419
Dim indexedTypeParameters =
IndexedTypeParameterSymbol
.Take(arity).As(Of TypeSymbol)