2 references to IsParsableFromString
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (1)
187
else if (
IsParsableFromString
(type, out StringParsableTypeKind specialTypeKind))
RuntimeSource\Configuration.Binder\Parser\ConfigurationBinder.cs (1)
248
if (
IsParsableFromString
(effectiveType, out _))