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