9 references to ReportExplicitUseOfReservedAttributes
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
206else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceComplexParameterSymbol.cs (1)
802else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceEventSymbol.cs (1)
299else if (ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.NullableAttribute | ReservedAttributes.NativeIntegerAttribute | ReservedAttributes.TupleElementNamesAttribute))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (2)
540else if (ReportExplicitUseOfReservedAttributes(in arguments, 732else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceModuleSymbol.cs (1)
526else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1121else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourcePropertySymbolBase.cs (1)
1269else if (ReportExplicitUseOfReservedAttributes(in arguments,
Symbols\Source\SourceTypeParameterSymbol.cs (1)
430ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.NullableAttribute);