9 references to HasStringValuedAttribute
Microsoft.CodeAnalysis (8)
MetadataReader\PEModule.cs (8)
1058return HasStringValuedAttribute(token, AttributeDescription.DefaultMemberAttribute, out memberName); 1063return HasStringValuedAttribute(token, AttributeDescription.ExtensionMarkerAttribute, out markerName); 1068return HasStringValuedAttribute(token, AttributeDescription.GuidAttribute, out guidValue); 1073return HasStringValuedAttribute(token, AttributeDescription.ImportedFromTypeLibAttribute, out libValue); 1088return HasStringValuedAttribute(token, AttributeDescription.AccessedThroughPropertyAttribute, out propertyName); 2060=> HasStringValuedAttribute(handle, AttributeDescription.AsyncStateMachineAttribute, out stateMachineTypeName) || 2061HasStringValuedAttribute(handle, AttributeDescription.IteratorStateMachineAttribute, out stateMachineTypeName) || 2062HasStringValuedAttribute(handle, AttributeDescription.AsyncIteratorStateMachineAttribute, out stateMachineTypeName);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
452if (_module.HasStringValuedAttribute(handle, attributeDescription, out typeName))