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