Emitter\Model\PEModuleBuilder.cs (10)
115return Compilation.TrySynthesizeAttribute(attributeConstructor);
1644return Compilation.TrySynthesizeAttribute(member, arguments, isOptionalUse: true);
1664return Compilation.TrySynthesizeAttribute(WellKnownMember.System_Runtime_CompilerServices_NullableContextAttribute__ctor, arguments, isOptionalUse: true);
1715return Compilation.TrySynthesizeAttribute(member, arguments, isOptionalUse: true);
1737return Compilation.TrySynthesizeAttribute(member, isOptionalUse: true);
1744return Compilation.TrySynthesizeAttribute(WellKnownMember.System_Runtime_CompilerServices_RefSafetyRulesAttribute__ctor, arguments, isOptionalUse: true);
1757return Compilation.TrySynthesizeAttribute(WellKnownMember.System_Runtime_CompilerServices_NullablePublicOnlyAttribute__ctor, arguments);
1763return Compilation.TrySynthesizeAttribute(WellKnownMember.System_Runtime_CompilerServices_IsReadOnlyAttribute__ctor);
1769return Compilation.TrySynthesizeAttribute(WellKnownMember.System_Runtime_CompilerServices_IsUnmanagedAttribute__ctor);
1775return Compilation.TrySynthesizeAttribute(WellKnownMember.System_Runtime_CompilerServices_IsByRefLikeAttribute__ctor);