6 references to StaticCall
Microsoft.CodeAnalysis.CSharp (6)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (6)
570((object)methodOpt == null) ? _bound.StaticCall(opFactory, loweredLeft, loweredRight) :
572_bound.StaticCall(opFactory, loweredLeft, loweredRight,
575_bound.StaticCall(opFactory, loweredLeft, loweredRight,
1191var result = _bound.StaticCall(opFactory, loweredArg);
1196? _bound.StaticCall(opFactory, loweredArg)
1197: _bound.StaticCall(opFactory, loweredArg, _bound.MethodInfo(node.MethodOpt, _bound.WellKnownType(WellKnownType.System_Reflection_MethodInfo)));