6 references to GetCore
Microsoft.Extensions.Configuration.Binder.SourceGeneration (6)
Emitter\ConfigurationBinder.cs (1)
29
const string expressionForGetCore = nameof(MethodsToGen_CoreBindingHelper.
GetCore
);
Emitter\CoreBindingHelpers.cs (3)
93
EmitStartBlock($"public static object? {nameof(MethodsToGen_CoreBindingHelper.
GetCore
)}(this {Identifier.IConfiguration} {Identifier.configuration}, Type {Identifier.type}, Action<{Identifier.BinderOptions}>? {Identifier.configureOptions})");
450
if (ShouldEmitMethods(MethodsToGen_CoreBindingHelper.BindCoreMain | MethodsToGen_CoreBindingHelper.
GetCore
))
464
if (ShouldEmitMethods(MethodsToGen_CoreBindingHelper.BindCoreMain | MethodsToGen_CoreBindingHelper.
GetCore
) ||
Specs\BindingHelperInfo.cs (2)
51
TypesForGen_GetCore = GetTypesForGen_CoreBindingHelper<TypeSpec>(MethodsToGen_CoreBindingHelper.
GetCore
),
85
RegisterTypeForMethodGen(MethodsToGen_CoreBindingHelper.
GetCore
, type);