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