You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhere in trimDataFlowAnalysis.InterproceduralAnalyze();, an InvalidCastException is thrown due to an attempt to cast NonErrorNamedTypeSymbol to IMethodSymbol.
This is encountered at least for a user-defined compound assignment operator extension: