2 references to IsExemptType
Microsoft.Extensions.Validation.ValidationsGenerator (2)
Analyzers\ValidationsDiagnosticAnalyzer.cs (1)
110
if (currentType.SpecialType != SpecialType.None || currentType.
IsExemptType
(wellKnownTypes))
Parsers\ValidationsGenerator.TypesParser.cs (1)
78
if (typeSymbol.
IsExemptType
(wellKnownTypes))