Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
pshao25 committed Jul 18, 2023
1 parent 32cef06 commit 2130cd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public virtual bool Equals(IParameterSymbol x, IParameterSymbol y)
return x.Name.Equals(y.Name) && TypeSymbolEquals(x.Type, y.Type) && x.IsOptional == y.IsOptional;
}

protected bool TypeSymbolEquals(ITypeSymbol x, ITypeSymbol y)
protected virtual bool TypeSymbolEquals(ITypeSymbol x, ITypeSymbol y)
{
switch (x)
{
Expand Down

0 comments on commit 2130cd8

Please sign in to comment.