We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac1f660 commit 761b862Copy full SHA for 761b862
src/DendroDocs.Tool/Analyzers/SourceAnalyzer.cs
@@ -221,7 +221,7 @@ private bool ProcessedEmbeddedType(SyntaxNode node)
221
return true;
222
}
223
224
- private void ExtractAttributes(SyntaxList<AttributeListSyntax> attributes, List<IAttributeDescription> attributeDescriptions)
+ private void ExtractAttributes(SyntaxList<AttributeListSyntax> attributes, List<AttributeDescription> attributeDescriptions)
225
{
226
foreach (var attribute in attributes.SelectMany(a => a.Attributes))
227
0 commit comments