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