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