8 references to NullableAttribute
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
212
| ReservedAttributes.
NullableAttribute
Symbols\Source\SourceComplexParameterSymbol.cs (1)
820
ReservedAttributes.
NullableAttribute
|
Symbols\Source\SourceEventSymbol.cs (1)
307
else if (ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.
NullableAttribute
| ReservedAttributes.NativeIntegerAttribute | ReservedAttributes.TupleElementNamesAttribute))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
793
ReservedAttributes.
NullableAttribute
|
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1164
| ReservedAttributes.
NullableAttribute
Symbols\Source\SourcePropertySymbolBase.cs (1)
1538
| ReservedAttributes.
NullableAttribute
Symbols\Source\SourceTypeParameterSymbol.cs (1)
435
ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.
NullableAttribute
);
Symbols\Symbol.cs (1)
1558
else if ((reserved & ReservedAttributes.
NullableAttribute
) != 0 &&