9 references to HasStringValuedAttribute
Microsoft.CodeAnalysis (8)
MetadataReader\PEModule.cs (8)
1054return HasStringValuedAttribute(token, AttributeDescription.DefaultMemberAttribute, out memberName); 1059return HasStringValuedAttribute(token, AttributeDescription.ExtensionMarkerAttribute, out markerName); 1064return HasStringValuedAttribute(token, AttributeDescription.GuidAttribute, out guidValue); 1069return HasStringValuedAttribute(token, AttributeDescription.ImportedFromTypeLibAttribute, out libValue); 1084return HasStringValuedAttribute(token, AttributeDescription.AccessedThroughPropertyAttribute, out propertyName); 2056=> HasStringValuedAttribute(handle, AttributeDescription.AsyncStateMachineAttribute, out stateMachineTypeName) || 2057HasStringValuedAttribute(handle, AttributeDescription.IteratorStateMachineAttribute, out stateMachineTypeName) || 2058HasStringValuedAttribute(handle, AttributeDescription.AsyncIteratorStateMachineAttribute, out stateMachineTypeName);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
452if (_module.HasStringValuedAttribute(handle, attributeDescription, out typeName))