2 references to ResolveType
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\Parser\ConfigurationBinder.cs (2)
87
ITypeSymbol? type =
ResolveType
(instanceArg.Value)?.WithNullableAnnotation(NullableAnnotation.None);
106
IConversionOperation c =>
ResolveType
(c.Operand),