9 references to ReportExplicitUseOfReservedAttributes
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
205else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceComplexParameterSymbol.cs (1)
804else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceEventSymbol.cs (1)
352else if (ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.NullableAttribute | ReservedAttributes.NativeIntegerAttribute | ReservedAttributes.TupleElementNamesAttribute))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
572else if (ReportExplicitUseOfReservedAttributes(in arguments, 792else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceModuleSymbol.cs (1)
579else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1161else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourcePropertySymbolBase.cs (1)
1555else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceTypeParameterSymbol.cs (1)
435ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.NullableAttribute);