4 references to ShouldEmitMethods
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\CoreBindingHelpers.cs (4)
447
bool emitAsConfigWithChildren =
ShouldEmitMethods
(MethodsToGen_CoreBindingHelper.AsConfigWithChildren);
449
if (
ShouldEmitMethods
(MethodsToGen_CoreBindingHelper.BindCore))
455
if (
ShouldEmitMethods
(MethodsToGen_CoreBindingHelper.BindCoreMain | MethodsToGen_CoreBindingHelper.GetCore))
469
if (
ShouldEmitMethods
(MethodsToGen_CoreBindingHelper.BindCoreMain | MethodsToGen_CoreBindingHelper.GetCore) ||