4 references to ShouldEmitBoundThroughConstructorParameter
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\CoreBindingHelpers.cs (4)
272string boundThroughConstructorParam = ShouldEmitBoundThroughConstructorParameter(effectiveType) 836if (!isValueType && ShouldEmitBoundThroughConstructorParameter(complexElementType)) 1310if (ShouldEmitBoundThroughConstructorParameter(type)) 1331Debug.Assert(ShouldEmitBoundThroughConstructorParameter(type));