Skip to content

Commit

Permalink
Explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro committed Aug 25, 2020
1 parent b6a3228 commit db8dd91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private static void AnalyzeProperties(PropertyDeclarationSyntax declarationSynta
context.ReportSuppression(Suppression.Create(Rule, diagnostic));
}

private static ITypeSymbol GetSymbol(SyntaxTree tree, TypeSyntax type, Compilation compilation)
private static ITypeSymbol GetSymbol(CodeAnalysis.SyntaxTree tree, TypeSyntax type, Compilation compilation)
{
return (ITypeSymbol)compilation.GetSemanticModel(tree).GetSymbolInfo(type).Symbol;
}
Expand Down

0 comments on commit db8dd91

Please sign in to comment.