5 references to MemorySafetyRulesAttribute
Microsoft.CodeAnalysis.CSharp (5)
Emitter\Model\PEAssemblyBuilder.cs (3)
424
Compilation.CheckIfAttributeShouldBeEmbedded(EmbeddableAttributes.
MemorySafetyRulesAttribute
, diagnostics, Location.None))
426
needsAttributes |= EmbeddableAttributes.
MemorySafetyRulesAttribute
;
543
if ((needsAttributes & EmbeddableAttributes.
MemorySafetyRulesAttribute
) != 0)
Symbols\Compilation_WellKnownMembers.cs (2)
546
EnsureEmbeddableAttributeExists(EmbeddableAttributes.
MemorySafetyRulesAttribute
, diagnostics, location, modifyCompilation);
662
case EmbeddableAttributes.
MemorySafetyRulesAttribute
: