7 references to HasStringValuedAttribute
Microsoft.CodeAnalysis (7)
MetadataReader\PEModule.cs (7)
1037return HasStringValuedAttribute(token, AttributeDescription.DefaultMemberAttribute, out memberName); 1042return HasStringValuedAttribute(token, AttributeDescription.GuidAttribute, out guidValue); 1047return HasStringValuedAttribute(token, AttributeDescription.ImportedFromTypeLibAttribute, out libValue); 1062return HasStringValuedAttribute(token, AttributeDescription.AccessedThroughPropertyAttribute, out propertyName); 2033=> HasStringValuedAttribute(handle, AttributeDescription.AsyncStateMachineAttribute, out stateMachineTypeName) || 2034HasStringValuedAttribute(handle, AttributeDescription.IteratorStateMachineAttribute, out stateMachineTypeName) || 2035HasStringValuedAttribute(handle, AttributeDescription.AsyncIteratorStateMachineAttribute, out stateMachineTypeName);