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