7 references to HasStringValuedAttribute
Microsoft.CodeAnalysis (7)
MetadataReader\PEModule.cs (7)
1032return HasStringValuedAttribute(token, AttributeDescription.DefaultMemberAttribute, out memberName); 1037return HasStringValuedAttribute(token, AttributeDescription.GuidAttribute, out guidValue); 1042return HasStringValuedAttribute(token, AttributeDescription.ImportedFromTypeLibAttribute, out libValue); 1057return HasStringValuedAttribute(token, AttributeDescription.AccessedThroughPropertyAttribute, out propertyName); 2023=> HasStringValuedAttribute(handle, AttributeDescription.AsyncStateMachineAttribute, out stateMachineTypeName) || 2024HasStringValuedAttribute(handle, AttributeDescription.IteratorStateMachineAttribute, out stateMachineTypeName) || 2025HasStringValuedAttribute(handle, AttributeDescription.AsyncIteratorStateMachineAttribute, out stateMachineTypeName);