5 references to TryExtractStringValueFromAttribute
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
1456
if (
TryExtractStringValueFromAttribute
(targetAttribute.Handle, out string? paramName))
1499
if (
TryExtractStringValueFromAttribute
(attributeInfo.Handle, out string parameterName))
1664
if (
TryExtractStringValueFromAttribute
(ai.Handle, out string extracted))
1743
if (
TryExtractStringValueFromAttribute
(ai.Handle, out extractedStr) && extractedStr != null)
2042
return
TryExtractStringValueFromAttribute
(info.Handle, out value);