12 instantiations of MethodCategory
Microsoft.CodeAnalysis.NetAnalyzers (12)
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,
4 references to MethodCategory
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotRaiseExceptionsInUnexpectedLocations.cs (4)
78List<MethodCategory> methodCategories = GetMethodCategories(compilation); 89MethodCategory? methodCategory = methodCategories.FirstOrDefault(l => l.IsMatch(methodSymbol, compilation)); 172private static List<MethodCategory> GetMethodCategories(Compilation compilation) 174var methodCategories = new List<MethodCategory> {