Skip to content

Commit

Permalink
IDE2002 fix all
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Dec 14, 2022
1 parent 0bc0b25 commit 9e92aa9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ protected override bool IsInterestingTrivia(SyntaxTriviaList triviaList)
{
ns = qualifiedNamespaceSyntax.ToFullString();
}

}
else if (invocationNode.Expression is MemberAccessExpressionSyntax { Expression: InvocationExpressionSyntax { Expression: MemberAccessExpressionSyntax { Expression: MemberAccessExpressionSyntax originalType } } })
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ private static void OnCompilationStart(CompilationStartAnalysisContext context)
{
baseTypes.Add(baseType.OriginalDefinition);
}

}, SymbolKind.NamedType);

context.RegisterCompilationEndAction(context =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public override void Initialize(AnalysisContext context)
break;
}
}

}, OperationKind.FieldInitializer);
});
}
Expand Down

0 comments on commit 9e92aa9

Please sign in to comment.