7 references to boundThroughConstructor
Microsoft.Extensions.Configuration.Binder.SourceGeneration (7)
Emitter\CoreBindingHelpers.cs (6)
273? $", bool {Identifier.boundThroughConstructor} = false" 838constructedExpr = GetIncrementalIdentifier(Identifier.boundThroughConstructor); 914EmitStartBlock($"if (!{Identifier.boundThroughConstructor})"); 1316boundThroughConstructorArg = $", {Identifier.boundThroughConstructor}: {wasNullIdentifier}"; 1320boundThroughConstructorArg = $", {Identifier.boundThroughConstructor}: true"; 1332boundThroughConstructorArg = $", {Identifier.boundThroughConstructor}: {constructedExpr}";
Emitter\Helpers.cs (1)
66public const string boundThroughConstructor = nameof(boundThroughConstructor);