4 references to UnwrapType
Microsoft.Extensions.Validation.ValidationsGenerator (4)
Analyzers\ValidationsDiagnosticAnalyzer.cs (3)
99
property.Type.
UnwrapType
().IsInaccessibleFromGeneratedCode();
130
TypeHasValidation(property.Type.
UnwrapType
(), wellKnownTypes)))
268
var type = parameter.Type.
UnwrapType
();
Parsers\ValidationsGenerator.TypesParser.cs (1)
67
var typeSymbol = incomingTypeSymbol.
UnwrapType
();