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