ValidatedNotNullAttribute public sealed class ValidatedNotNullAttribute : Attribute This class informs FxCop that the argument passed in, is checked for null. This means we do not need to disable warnings manually everywhere. Documentation public ValidatedNotNullAttribute()