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