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