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