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