I have this kind of code in some applications (from microsoft)
[assembly: System.Diagnostics.CodeAnalysis.SuppressMessage( \"Microsoft.Naming\", \"CA1702:Co
This attribute simply suppresses the generation of the specified warning messages during code analysis by TFS. No code is is excluded.