5 references to GetBinderOptions
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\ConfigurationBinder.cs (1)
155string binderOptionsArg = configureOptions ? $"{Identifier.GetBinderOptions}({Identifier.configureOptions})" : $"{Identifier.binderOptions}: null";
Emitter\CoreBindingHelpers.cs (3)
97_writer.WriteLine($"{Identifier.BinderOptions}? {Identifier.binderOptions} = {Identifier.GetBinderOptions}({Identifier.configureOptions});"); 223_writer.WriteLine($"{Identifier.BinderOptions}? {Identifier.binderOptions} = {Identifier.GetBinderOptions}({Identifier.configureOptions});"); 571public static {{Identifier.BinderOptions}}? {{Identifier.GetBinderOptions}}({{TypeDisplayString.NullableActionOfBinderOptions}} {{Identifier.configureOptions}})
Emitter\Helpers.cs (1)
108public const string GetBinderOptions = nameof(GetBinderOptions);