4 references to NullableContextAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3214AttributeInfo info = FindTargetAttribute(token, AttributeDescription.NullableContextAttribute);
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\PEAssemblyBuilder.cs (1)
457AttributeDescription.NullableContextAttribute,
Symbols\Symbol.cs (1)
1577reportExplicitUseOfReservedAttribute(attribute, arguments, AttributeDescription.NullableContextAttribute))
Symbols\Synthesized\SynthesizedEmbeddedNullableContextAttributeSymbol.cs (1)
45Debug.Assert(_constructors.Length == AttributeDescription.NullableContextAttribute.Signatures.Length);