3 references to TupleElementNamesAttribute
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
1197var info = FindTargetAttribute(token, AttributeDescription.TupleElementNamesAttribute);
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
762AttributeDescription.TupleElementNamesAttribute.FullName);
Symbols\Symbol.cs (1)
1566attribute.IsTargetAttribute(AttributeDescription.TupleElementNamesAttribute))