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