4 references to GetValueCore
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\ConfigurationBinder.cs (1)
63
const string expressionForGetValueCore = $"{Identifier.BindingExtensions}.{nameof(MethodsToGen_CoreBindingHelper.
GetValueCore
)}";
Emitter\CoreBindingHelpers.cs (1)
181
EmitStartBlock($"public static object? {nameof(MethodsToGen_CoreBindingHelper.
GetValueCore
)}(this {Identifier.IConfiguration} {Identifier.configuration}, Type {Identifier.type}, string {Identifier.key})");
Specs\BindingHelperInfo.cs (2)
53
TypesForGen_GetValueCore = GetTypesForGen_CoreBindingHelper<TypeSpec>(MethodsToGen_CoreBindingHelper.
GetValueCore
),
96
RegisterTypeForMethodGen(MethodsToGen_CoreBindingHelper.
GetValueCore
, typeSpec);