7 references to HasStringValuedAttribute
Microsoft.CodeAnalysis (7)
MetadataReader\PEModule.cs (7)
1053return HasStringValuedAttribute(token, AttributeDescription.DefaultMemberAttribute, out memberName);
1058return HasStringValuedAttribute(token, AttributeDescription.GuidAttribute, out guidValue);
1063return HasStringValuedAttribute(token, AttributeDescription.ImportedFromTypeLibAttribute, out libValue);
1078return HasStringValuedAttribute(token, AttributeDescription.AccessedThroughPropertyAttribute, out propertyName);
2049=> HasStringValuedAttribute(handle, AttributeDescription.AsyncStateMachineAttribute, out stateMachineTypeName) ||
2050HasStringValuedAttribute(handle, AttributeDescription.IteratorStateMachineAttribute, out stateMachineTypeName) ||
2051HasStringValuedAttribute(handle, AttributeDescription.AsyncIteratorStateMachineAttribute, out stateMachineTypeName);