8 references to Take
Microsoft.CodeAnalysis.VisualBasic (7)
Emit\EditAndContinue\VisualBasicSymbolMatcher.vb (1)
578Return method.Construct(ImmutableArrayExtensions.Cast(Of TypeParameterSymbol, TypeSymbol)(IndexedTypeParameterSymbol.Take(i)))
Symbols\Metadata\PE\MemberRefMetadataDecoder.vb (1)
194candidateMethod = candidateMethod.Construct(StaticCast(Of TypeSymbol).From(IndexedTypeParameterSymbol.Take(candidateMethod.Arity)))
Symbols\Metadata\PE\PENamedTypeSymbol.vb (2)
1390IndexedTypeParameterSymbol.Take(n).As(Of TypeSymbol)) 1394IndexedTypeParameterSymbol.Take(nestedTypeParameters.Length).As(Of TypeSymbol))
Symbols\MethodSignatureComparer.vb (1)
809Dim indexedTypeArguments = StaticCast(Of TypeSymbol).From(IndexedTypeParameterSymbol.Take(method.Arity))
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
985IndexedTypeParameterSymbol.Take(method.Arity),
Symbols\Source\SourceMethodSymbol.vb (1)
2100fakeTypeParameters = IndexedTypeParameterSymbol.Take(Me.Arity)
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
CompilationContext.vb (1)
1419Dim indexedTypeParameters = IndexedTypeParameterSymbol.Take(arity).As(Of TypeSymbol)