7 references to boundThroughConstructor
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
Emitter\CoreBindingHelpers.cs (6)
270? $", bool {Identifier.boundThroughConstructor} = false" 835constructedExpr = GetIncrementalIdentifier(Identifier.boundThroughConstructor); 911EmitStartBlock($"if (!{Identifier.boundThroughConstructor})"); 1302boundThroughConstructorArg = $", {Identifier.boundThroughConstructor}: {wasNullIdentifier}"; 1306boundThroughConstructorArg = $", {Identifier.boundThroughConstructor}: true"; 1318boundThroughConstructorArg = $", {Identifier.boundThroughConstructor}: {constructedExpr}";
Emitter\Helpers.cs (1)
66public const string boundThroughConstructor = nameof(boundThroughConstructor);