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