Any #DotNet #CSharp #Roslyn experts know what is the cheap/appropriate way to find assembly-level attributes when doing an analysis?
For @xunit we've added some new assembly-level registrations via attribute that would impact whether source analyzers should trigger or not. In this case, we're currently use a mix of SymbolAction and SyntaxNodeAction.