1 write to MatchingCtorParam
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
ConfigurationBindingGenerator.Parser.cs (1)
771
propertySpec.
MatchingCtorParam
= paramSpec;
2 references to MatchingCtorParam
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
Emitter\CoreBindingHelpers.cs (2)
346
if (property.
MatchingCtorParam
is null)
364
string valueExpr = property.
MatchingCtorParam
?.Name ?? property.Name;