1 write to Properties
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Specs\Types\ObjectSpec.cs (1)
19
Properties
= properties;
6 references to Properties
Microsoft.Extensions.Configuration.Binder.SourceGeneration (6)
Emitter\CoreBindingHelpers.cs (4)
64
if (objectType.
Properties
?.Select(m => GetCacheElement(m)) is IEnumerable<string> propNames)
318
type is {
Properties
: not null, ConstructorParameters: not null },
321
IEnumerable<PropertySpec> initOnlyProps = type.
Properties
862
foreach (PropertySpec property in type.
Properties
!)
Specs\BindingHelperInfo.cs (1)
174
foreach (PropertySpec property in objectSpec.
Properties
!)
Specs\TypeIndex.cs (1)
34
ObjectSpec objectSpec => objectSpec.
Properties
?.Any(ShouldBindTo) is true,