4 references to RefSafetyRulesAttribute
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\PEAssemblyBuilder.cs (3)
332Compilation.CheckIfAttributeShouldBeEmbedded(EmbeddableAttributes.RefSafetyRulesAttribute, diagnostics, Location.None)) 334needsAttributes |= EmbeddableAttributes.RefSafetyRulesAttribute; 423if ((needsAttributes & EmbeddableAttributes.RefSafetyRulesAttribute) != 0)
Symbols\Compilation_WellKnownMembers.cs (1)
625case EmbeddableAttributes.RefSafetyRulesAttribute: