5 references to TryExtractStringValueFromAttribute
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
1473
if (
TryExtractStringValueFromAttribute
(targetAttribute.Handle, out string? paramName))
1516
if (
TryExtractStringValueFromAttribute
(attributeInfo.Handle, out string parameterName))
1681
if (
TryExtractStringValueFromAttribute
(ai.Handle, out string extracted))
1760
if (
TryExtractStringValueFromAttribute
(ai.Handle, out extractedStr) && extractedStr != null)
2059
return
TryExtractStringValueFromAttribute
(info.Handle, out value);