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