8 references to HasStringValuedAttribute
Microsoft.CodeAnalysis (6)
MetadataReader\PEModule.cs (6)
1015
return
HasStringValuedAttribute
(token, AttributeDescription.DefaultMemberAttribute, out memberName);
1020
return
HasStringValuedAttribute
(token, AttributeDescription.GuidAttribute, out guidValue);
1030
return
HasStringValuedAttribute
(token, AttributeDescription.AccessedThroughPropertyAttribute, out propertyName);
1810
=>
HasStringValuedAttribute
(handle, AttributeDescription.AsyncStateMachineAttribute, out stateMachineTypeName) ||
1811
HasStringValuedAttribute
(handle, AttributeDescription.IteratorStateMachineAttribute, out stateMachineTypeName) ||
1812
HasStringValuedAttribute
(handle, AttributeDescription.AsyncIteratorStateMachineAttribute, out stateMachineTypeName);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
450
if (_module.
HasStringValuedAttribute
(handle, attributeDescription, out typeName))
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
1073
If Not Me.ContainingPEModule.Module.
HasStringValuedAttribute
(Me._handle, AttributeDescription.CoClassAttribute, coClassTypeName) Then