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);
2028=> HasStringValuedAttribute(handle, AttributeDescription.AsyncStateMachineAttribute, out stateMachineTypeName) ||
2029HasStringValuedAttribute(handle, AttributeDescription.IteratorStateMachineAttribute, out stateMachineTypeName) ||
2030HasStringValuedAttribute(handle, AttributeDescription.AsyncIteratorStateMachineAttribute, out stateMachineTypeName);