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