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