| TypeName | JustifyRuleViolationSuppressions |
| CheckId | BC1001 |
| Category | Usage |
| Breaking | NonBreaking |
<SuppressMessage("Microsoft.Design", "CA1062:ValidateArgumentsOfPublicMethods", Justification := "The argument value may be null or any possible non-null value.")>
[SuppressMessage("Microsoft.Design", "CA1062:ValidateArgumentsOfPublicMethods", Justification = "The argument value may be null or any possible non-null value.")]