2 references to analyzeDelegateConversion
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
10083return analyzeDelegateConversion(delegateType, arg, isTargetTyped); 10108return (NamedTypeSymbol delegateType) => analyzeDelegateConversion(delegateType, arg, isTargetTyped: false);