5 references to TryExtractStringValueFromAttribute
Microsoft.CodeAnalysis (5)
MetadataReader\PEModule.cs (5)
1472
if (
TryExtractStringValueFromAttribute
(targetAttribute.Handle, out string? paramName))
1515
if (
TryExtractStringValueFromAttribute
(attributeInfo.Handle, out string parameterName))
1680
if (
TryExtractStringValueFromAttribute
(ai.Handle, out string extracted))
1759
if (
TryExtractStringValueFromAttribute
(ai.Handle, out extractedStr) && extractedStr != null)
2058
return
TryExtractStringValueFromAttribute
(info.Handle, out value);