8 references to NullableAttribute
Microsoft.CodeAnalysis.CSharp (8)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (1)
212
| ReservedAttributes.
NullableAttribute
Symbols\Source\SourceComplexParameterSymbol.cs (1)
808
ReservedAttributes.
NullableAttribute
|
Symbols\Source\SourceEventSymbol.cs (1)
299
else if (ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.
NullableAttribute
| ReservedAttributes.NativeIntegerAttribute | ReservedAttributes.TupleElementNamesAttribute))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
738
ReservedAttributes.
NullableAttribute
|
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1127
| ReservedAttributes.
NullableAttribute
Symbols\Source\SourcePropertySymbolBase.cs (1)
1275
| ReservedAttributes.
NullableAttribute
Symbols\Source\SourceTypeParameterSymbol.cs (1)
430
ReportExplicitUseOfReservedAttributes(in arguments, ReservedAttributes.
NullableAttribute
);
Symbols\Symbol.cs (1)
1412
else if ((reserved & ReservedAttributes.
NullableAttribute
) != 0 &&