Obsolete Call Statement
Locates explicit 'Call' statements.
Reasoning
The 'Call' keyword is obsolete and redundant, since call statements are legal and generally more consistent without it.
Default severity
Suggestion
Inspection type
LanguageOpportunities
Examples
This example should trigger a result
This example should NOT trigger a result
Rubberduck.CodeAnalysis.Inspections.Concrete.ObsoleteCallStatementInspection.cs (Prerelease-v2.5.9.6289)