4 references to ShouldEmitBoundThroughConstructorParameter
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\CoreBindingHelpers.cs (4)
269string boundThroughConstructorParam = ShouldEmitBoundThroughConstructorParameter(effectiveType) 833if (!isValueType && ShouldEmitBoundThroughConstructorParameter(complexElementType)) 1296if (ShouldEmitBoundThroughConstructorParameter(type)) 1317Debug.Assert(ShouldEmitBoundThroughConstructorParameter(type));