3 references to CreateBoundMethodGroupSingleMethodOperation
Microsoft.CodeAnalysis.CSharp (3)
Operations\CSharpOperationFactory.cs (1)
1038
CreateBoundMethodGroupSingleMethodOperation
((BoundMethodGroup)boundConversion.Operand, boundConversion.SymbolOpt, suppressVirtualCalls: false),
Operations\CSharpOperationFactory_Methods.cs (2)
151
return
CreateBoundMethodGroupSingleMethodOperation
((BoundMethodGroup)boundConversion.Operand,
171
return
CreateBoundMethodGroupSingleMethodOperation
(boundMethodGroup, boundDelegateCreationExpression.MethodOpt, boundMethodGroup.SuppressVirtualCalls);