5 references to TryExtractStringValueFromAttribute
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
1446
if (
TryExtractStringValueFromAttribute
(targetAttribute.Handle, out string? paramName))
1489
if (
TryExtractStringValueFromAttribute
(attributeInfo.Handle, out string parameterName))
1654
if (
TryExtractStringValueFromAttribute
(ai.Handle, out string extracted))
1733
if (
TryExtractStringValueFromAttribute
(ai.Handle, out extractedStr) && extractedStr != null)
2032
return
TryExtractStringValueFromAttribute
(info.Handle, out value);