5 references to Call
Microsoft.CodeAnalysis.VisualBasic (5)
Compilation\MethodCompiler.vb (1)
828
Dim invocation = f.
Call
(f.Me, methodToInvoke, arguments.ToImmutableAndFree())
Lowering\LocalRewriter\LocalRewriter.vb (1)
872
rewritten = nodeFactory.
Call
(Nothing, endApp, ImmutableArray(Of BoundExpression).Empty).ToStatement()
Lowering\LocalRewriter\LocalRewriter_StringConcat.vb (1)
288
Return factory.
Call
(Nothing, memberSymbol, ImmutableArray.Create(Of BoundExpression)(argArray))
Lowering\SyntheticBoundNodeFactory.vb (2)
582
Return
[Call]
(receiver, method, ImmutableArray(Of BoundExpression).Empty)
586
Return
[Call]
(receiver, method, ImmutableArray.Create(Of BoundExpression)(args))