Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotRaiseExceptionsInUnexpectedLocations.cs (12)
175new MethodCategory(IsPropertyGetter, true,
180new MethodCategory(IsIndexerGetter, true,
187new MethodCategory(IsEventAccessor, true,
193new MethodCategory(IsGetHashCodeInterfaceImplementation, false,
197new MethodCategory(IsEqualsOverrideOrInterfaceImplementation, false,
200new MethodCategory(IsComparisonOperator, true,
203new MethodCategory(IsGetHashCodeOverride, true,
206new MethodCategory(IsToString, true,
209new MethodCategory(IsImplicitCastOperator, true,
212new MethodCategory(IsStaticConstructor, false,
215new MethodCategory(IsFinalizer, false,
218new MethodCategory(IMethodSymbolExtensions.IsDisposeImplementation, true,