1 instantiation of AssemblyAnalysis
Microsoft.Analyzers.Local (1)
ApiLifecycle\ApiLifecycleAnalyzer.cs (1)
56var assemblyAnalysis = new AssemblyAnalysis(assemblyModel ?? Assembly.Empty);
3 references to AssemblyAnalysis
Microsoft.Analyzers.Local (3)
ApiLifecycle\ApiLifecycleAnalyzer.cs (3)
49private static AssemblyAnalysis Analyze(Compilation compilation, Assembly? assemblyModel) 56var assemblyAnalysis = new AssemblyAnalysis(assemblyModel ?? Assembly.Empty); 65private static void ReportDiagnosticForModel(CompilationAnalysisContext context, AssemblyAnalysis assemblyAnalysis)