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