2 references to IsNullable
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
178
if (
IsNullable
(type, out ITypeSymbol? underlyingType))
RuntimeSource\Configuration.Binder\Parser\ConfigurationBinder.cs (1)
246
ITypeSymbol effectiveType =
IsNullable
(type, out ITypeSymbol? underlyingType) ? underlyingType : type;