2 references to AnalyzeAssemblyOrModuleAttribute
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.cs (1)
25
compilationAnalyzer.
AnalyzeAssemblyOrModuleAttribute
(attribute, context.SemanticModel, context.ReportDiagnostic, context.CancellationToken);
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer.vb (1)
21
compilationAnalyzer.
AnalyzeAssemblyOrModuleAttribute
(attribute, syntaxContext.SemanticModel, AddressOf syntaxContext.ReportDiagnostic, syntaxContext.CancellationToken)