1 write to MatchingCtorParam
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
ConfigurationBindingGenerator.Parser.cs (1)
794propertySpec.MatchingCtorParam = paramSpec;
4 references to MatchingCtorParam
Microsoft.Extensions.Configuration.Binder.SourceGeneration (4)
Emitter\CoreBindingHelpers.cs (3)
354if (property.MatchingCtorParam is null) 372string valueExpr = EscapeIdentifier(property.MatchingCtorParam?.Name ?? property.Name); 953(property.MatchingCtorParam is not null || property.SetOnInit);
Specs\BindingHelperInfo.cs (1)
189if (!_typeIndex.ShouldBindTo(property) && property.MatchingCtorParam is null)