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