2 references to SystemAttributeUsageAttribute
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\DiagnosticAnalyzerAttributeAnalyzer.cs (1)
56var attributeUsageAttribute = compilationContext.Compilation.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemAttributeUsageAttribute);
MetaAnalyzers\DiagnosticAnalyzerFieldsAnalyzer.cs (1)
82var attributeUsageAttribute = typeProvider.GetOrCreateTypeByMetadataName(WellKnownTypeNames.SystemAttributeUsageAttribute);