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