4 references to RefSafetyRulesAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1102
AttributeInfo info = FindTargetAttribute(MetadataReader, token, AttributeDescription.
RefSafetyRulesAttribute
, out foundAttributeType);
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEAssemblyBuilder.cs (1)
428
AttributeDescription.
RefSafetyRulesAttribute
,
Symbols\Symbol.cs (1)
1449
reportExplicitUseOfReservedAttribute(attribute, arguments, AttributeDescription.
RefSafetyRulesAttribute
))
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_IsUnmanaged.cs (1)
843
var refSafetyRulesAttribute = attributeType.ContainingAssembly.GetTypeByMetadataName(AttributeDescription.
RefSafetyRulesAttribute
.FullName);