6 references to GetBinderOptions
Microsoft.Extensions.Configuration.Binder.SourceGeneration (6)
Emitter\ConfigurationBinder.cs (2)
158
string binderOptionsArg = configureOptions ? $"{Identifier.
GetBinderOptions
}({Identifier.configureOptions})" : $"{Identifier.binderOptions}: null";
178
_writer.WriteLine($"{Identifier.
GetBinderOptions
}({Identifier.configureOptions});");
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});");
579
public static {{Identifier.BinderOptions}}? {{Identifier.
GetBinderOptions
}}({{TypeDisplayString.NullableActionOfBinderOptions}} {{Identifier.configureOptions}})
Emitter\Helpers.cs (1)
111
public const string GetBinderOptions = nameof(
GetBinderOptions
);