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)
98_writer.WriteLine($"{Identifier.BinderOptions}? {Identifier.binderOptions} = {Identifier.GetBinderOptions}({Identifier.configureOptions});"); 224_writer.WriteLine($"{Identifier.BinderOptions}? {Identifier.binderOptions} = {Identifier.GetBinderOptions}({Identifier.configureOptions});"); 576public static {{Identifier.BinderOptions}}? {{Identifier.GetBinderOptions}}({{TypeDisplayString.NullableActionOfBinderOptions}} {{Identifier.configureOptions}})
Emitter\Helpers.cs (1)
111public const string GetBinderOptions = nameof(GetBinderOptions);