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