3 references to Enum
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
ConfigurationBindingGenerator.Parser.cs (1)
253
typeKind = StringParsableTypeKind.
Enum
;
Emitter\CoreBindingHelpers.cs (2)
487
if (type.StringParsableTypeKind is not StringParsableTypeKind.
Enum
)
1361
StringParsableTypeKind.
Enum
=> $"ParseEnum<{type.TypeRef.FullyQualifiedName}>({sectionValueExpr}, {sectionPathExpr})",