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