8 references to HasStringValuedAttribute
Microsoft.CodeAnalysis (7)
MetadataReader\PEModule.cs (7)
1054
return
HasStringValuedAttribute
(token, AttributeDescription.DefaultMemberAttribute, out memberName);
1059
return
HasStringValuedAttribute
(token, AttributeDescription.GuidAttribute, out guidValue);
1064
return
HasStringValuedAttribute
(token, AttributeDescription.ImportedFromTypeLibAttribute, out libValue);
1079
return
HasStringValuedAttribute
(token, AttributeDescription.AccessedThroughPropertyAttribute, out propertyName);
2051
=>
HasStringValuedAttribute
(handle, AttributeDescription.AsyncStateMachineAttribute, out stateMachineTypeName) ||
2052
HasStringValuedAttribute
(handle, AttributeDescription.IteratorStateMachineAttribute, out stateMachineTypeName) ||
2053
HasStringValuedAttribute
(handle, AttributeDescription.AsyncIteratorStateMachineAttribute, out stateMachineTypeName);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
452
if (_module.
HasStringValuedAttribute
(handle, attributeDescription, out typeName))