4 references to path
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\CoreBindingHelpers.cs (3)
593
string exceptionArg1 = string.Format(ExceptionMessages.FailedBinding, $"{{{Identifier.value} ?? \"null\"}}", $"{{{Identifier.
path
}}}", $"{{typeof(T)}}");
663
string exceptionArg1 = string.Format(ExceptionMessages.FailedBinding, $"{{{Identifier.value} ?? \"null\"}}", $"{{{Identifier.
path
}}}", $"{{typeof({typeFQN})}}");
665
EmitStartBlock($"public static {typeFQN} {TypeIndex.GetParseMethodName(type)}(string {Identifier.value}, string? {Identifier.
path
})");
Emitter\Helpers.cs (1)
79
public const string path = nameof(
path
);