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