3 references to IsType
Microsoft.AspNetCore.App.Analyzers (3)
Mvc\DetectAmbiguousActionRoutes.cs (1)
223
if (!wellKnownTypes.
IsType
(attribute.AttributeClass, KnownMethodAttributeTypes))
RouteEmbeddedLanguage\Infrastructure\RoutePatternParametersDetector.cs (1)
82
return wellKnownTypes.
IsType
(type, specialTypes);
RouteHandlers\DisallowNonParsableComplexTypesOnParameters.cs (1)
42
if (wellKnownTypes.
IsType
(parameterTypeSymbol, RouteWellKnownTypes.ParameterSpecialTypes))