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