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