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