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