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