4 references to ShouldEmitMethods
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\CoreBindingHelpers.cs (4)
442
bool emitAsConfigWithChildren =
ShouldEmitMethods
(MethodsToGen_CoreBindingHelper.AsConfigWithChildren);
444
if (
ShouldEmitMethods
(MethodsToGen_CoreBindingHelper.BindCore))
450
if (
ShouldEmitMethods
(MethodsToGen_CoreBindingHelper.BindCoreMain | MethodsToGen_CoreBindingHelper.GetCore))
464
if (
ShouldEmitMethods
(MethodsToGen_CoreBindingHelper.BindCoreMain | MethodsToGen_CoreBindingHelper.GetCore) ||