提交 8758854b 编写于 作者: A Ankita Khera

Fixed spacing and removed unused directive

上级 101da01f
......@@ -107,7 +107,6 @@ protected override bool IsParentAnAttribute(SyntaxNode node)
using var _ = PooledHashSet<ClassifiedSpan>.GetInstance(out var set);
var isStatic = false;
foreach (var symbol in symbolInfo.CandidateSymbols)
{
if (TryClassifySymbol(name, symbol, semanticModel, cancellationToken, out var classifiedSpan))
......
......@@ -4,7 +4,6 @@
#nullable enable
using System;
using Microsoft.CodeAnalysis.PooledObjects;
using Microsoft.CodeAnalysis.Shared.Extensions;
using Microsoft.CodeAnalysis.Text;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册