9 references to ReportExplicitUseOfReservedAttributes
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
206else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceComplexParameterSymbol.cs (1)
811else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceEventSymbol.cs (1)
353else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
570else if (ReportExplicitUseOfReservedAttributes(in arguments, 801else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceModuleSymbol.cs (1)
580else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1162else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourcePropertySymbolBase.cs (1)
1563else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceTypeParameterSymbol.cs (1)
436ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.NullableAttribute | ReservedAttributes.ExtensionMarkerAttribute);