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