5 references to AsConfigWithChildren
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\CoreBindingHelpers.cs (4)
450
bool emitAsConfigWithChildren = ShouldEmitMethods(MethodsToGen_CoreBindingHelper.
AsConfigWithChildren
);
557
return {{MethodsToGen_CoreBindingHelper.
AsConfigWithChildren
}}({{Identifier.configuration}}) is not null;
565
public static {{Identifier.IConfiguration}}? {{MethodsToGen_CoreBindingHelper.
AsConfigWithChildren
}}({{Identifier.IConfiguration}} {{Identifier.configuration}})
1098
string sectionValidationCall = $"{MethodsToGen_CoreBindingHelper.
AsConfigWithChildren
}({configSection})";
Specs\BindingHelperInfo.cs (1)
270
private void RegisterForGen_AsConfigWithChildrenHelper() => _methodsToGen |= MethodsToGen_CoreBindingHelper.
AsConfigWithChildren
;