Skip to content

Commit 761b862

Browse files
committed
Fix usage of removed namespace
1 parent ac1f660 commit 761b862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DendroDocs.Tool/Analyzers/SourceAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private bool ProcessedEmbeddedType(SyntaxNode node)
221221
return true;
222222
}
223223

224-
private void ExtractAttributes(SyntaxList<AttributeListSyntax> attributes, List<IAttributeDescription> attributeDescriptions)
224+
private void ExtractAttributes(SyntaxList<AttributeListSyntax> attributes, List<AttributeDescription> attributeDescriptions)
225225
{
226226
foreach (var attribute in attributes.SelectMany(a => a.Attributes))
227227
{

0 commit comments

Comments
 (0)