5 references to TryExtractStringValueFromAttribute
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
1451
if (
TryExtractStringValueFromAttribute
(targetAttribute.Handle, out string? paramName))
1494
if (
TryExtractStringValueFromAttribute
(attributeInfo.Handle, out string parameterName))
1659
if (
TryExtractStringValueFromAttribute
(ai.Handle, out string extracted))
1738
if (
TryExtractStringValueFromAttribute
(ai.Handle, out extractedStr) && extractedStr != null)
2037
return
TryExtractStringValueFromAttribute
(info.Handle, out value);