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