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