2 references to IsNullable
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Parser.cs (1)
179if (IsNullable(type, out ITypeSymbol? underlyingType))
Parser\ConfigurationBinder.cs (1)
246ITypeSymbol effectiveType = IsNullable(type, out ITypeSymbol? underlyingType) ? underlyingType : type;