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