2 references to GetParseMethodName
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
Emitter\CoreBindingHelpers.cs (2)
665
EmitStartBlock($"public static {typeFQN} {TypeIndex.
GetParseMethodName
(type)}(string {Identifier.value}, string? {Identifier.path})");
1179
_ => $"{TypeIndex.
GetParseMethodName
(type)}({sectionValueExpr}, {sectionPathExpr})",