5 references to TryExtractStringValueFromAttribute
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
1474
if (
TryExtractStringValueFromAttribute
(targetAttribute.Handle, out string? paramName))
1517
if (
TryExtractStringValueFromAttribute
(attributeInfo.Handle, out string parameterName))
1682
if (
TryExtractStringValueFromAttribute
(ai.Handle, out string extracted))
1761
if (
TryExtractStringValueFromAttribute
(ai.Handle, out extractedStr) && extractedStr != null)
2060
return
TryExtractStringValueFromAttribute
(info.Handle, out value);