4 references to NullableAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3228AttributeInfo info = FindTargetAttribute(token, AttributeDescription.NullableAttribute);
Microsoft.CodeAnalysis.CSharp (3)
Emitter\Model\PEAssemblyBuilder.cs (1)
448AttributeDescription.NullableAttribute,
Symbols\Symbol.cs (1)
1571attribute.IsTargetAttribute(AttributeDescription.NullableAttribute))
Symbols\Synthesized\SynthesizedEmbeddedNullableAttributeSymbol.cs (1)
61Debug.Assert(_constructors.Length == AttributeDescription.NullableAttribute.Signatures.Length);