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