2 references to MethodGroupConversionDoesNotExistOrHasErrors
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (2)
2824
!
MethodGroupConversionDoesNotExistOrHasErrors
((BoundMethodGroup)operand, (NamedTypeSymbol)targetType, syntax.Location, diagnostics, out _))
5434
hasErrors =
MethodGroupConversionDoesNotExistOrHasErrors
(methodGroup, type, node.Location, diagnostics, out conversion);