Model review and simulation > Reviewer > Provided PTC reviews > Correctness reviews > Language naming (C#) (Reviewer Review)
Language naming (C#) (Reviewer Review)
Checks parameters, attributes, operations and classes aren't using language reserved words.
If you have any compiler reserved word, you can add them to the list under Reviews->Configure.
Consequences
Using reserved words will cause compilation problems, but the problem will be more severe if the team have grown used to using a particular term during analysis. In this case all sorts of analysis documentation will refer to entities which had to be renamed during development causing confusion.
Strategy
Rename the item.