2 references to IsParsableFromString
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Parser.cs (1)
188else if (IsParsableFromString(type, out StringParsableTypeKind specialTypeKind))
Parser\ConfigurationBinder.cs (1)
248if (IsParsableFromString(effectiveType, out _))