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