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