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