4 references to NullablePublicOnlyAttribute
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\PEAssemblyBuilder.cs (3)
426Compilation.CheckIfAttributeShouldBeEmbedded(EmbeddableAttributes.NullablePublicOnlyAttribute, diagnostics, Location.None)) 428needsAttributes |= EmbeddableAttributes.NullablePublicOnlyAttribute; 537if ((needsAttributes & EmbeddableAttributes.NullablePublicOnlyAttribute) != 0)
Symbols\Compilation_WellKnownMembers.cs (1)
636case EmbeddableAttributes.NullablePublicOnlyAttribute: