7 references to UnscopedRefAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1159return FindTargetAttribute(token, AttributeDescription.UnscopedRefAttribute).HasValue;
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Source\SourceComplexParameterSymbol.cs (2)
650else if (CSharpAttributeData.IsTargetEarlyAttribute(arguments.AttributeType, arguments.AttributeSyntax, AttributeDescription.UnscopedRefAttribute)) 858else if (attribute.IsTargetAttribute(AttributeDescription.UnscopedRefAttribute))
Symbols\Source\SourceEventSymbol.cs (1)
364else if (attribute.IsTargetAttribute(AttributeDescription.UnscopedRefAttribute))
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
614else if (attribute.IsTargetAttribute(AttributeDescription.UnscopedRefAttribute))
Symbols\Source\SourcePropertySymbolBase.cs (1)
1594else if (attribute.IsTargetAttribute(AttributeDescription.UnscopedRefAttribute))
Symbols\TypeSymbol.cs (1)
1985attributeData.IsTargetAttribute(AttributeDescription.UnscopedRefAttribute))