2 references to StaticCall
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (2)
697
unquoted = _bound.
StaticCall
(_bound.SpecialType(SpecialType.System_Delegate), "CreateDelegate", _bound.Typeof(delegateType), receiver, _bound.MethodInfo(method));
1090
return _bound.
StaticCall
(ExpressionType, name, arguments);