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