7 references to SymbolApiConventionTypeMatchBehavior
Microsoft.AspNetCore.Mvc.Api.Analyzers (7)
SymbolApiConventionMatcher.cs (7)
46var typeMatchBehavior = GetTypeMatchBehavior(symbolCache, conventionParameter); 83internal static SymbolApiConventionTypeMatchBehavior GetTypeMatchBehavior(ApiControllerSymbolCache symbolCache, ISymbol symbol) 90return SymbolApiConventionTypeMatchBehavior.AssignableFrom; 102return (SymbolApiConventionTypeMatchBehavior)intValue; 184internal static bool IsTypeMatch(ITypeSymbol type, ITypeSymbol conventionType, SymbolApiConventionTypeMatchBehavior typeMatchBehavior) 188case SymbolApiConventionTypeMatchBehavior.Any: 191case SymbolApiConventionTypeMatchBehavior.AssignableFrom: