By default, the FxCop naming and design rules only fire on publicly visible types and members. There are a couple reasons for this:
However, if you would feel like you would like to be consistent with both your internal and customer facing API, then a little known feature is the ability to override this default in FxCop. To do this, simply do the following:
Unfortunately, it is not possible to currently change this in Visual Studio Code Analysis.