1 write to InitExceptionMessage
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Specs\Types\ObjectSpec.cs (1)
21
InitExceptionMessage
= initExceptionMessage;
5 references to InitExceptionMessage
Microsoft.Extensions.Configuration.Binder.SourceGeneration (5)
Emitter\CoreBindingHelpers.cs (3)
142
else if (type is ObjectSpec {
InitExceptionMessage
: string exMsg })
1103
else if (type is ObjectSpec {
InitExceptionMessage
: string exMsg })
1147
if (type is ObjectSpec {
InitExceptionMessage
: string exMsg })
Specs\BindingHelperInfo.cs (1)
187
if (objectSpec is { InstantiationStrategy: ObjectInstantiationStrategy.ParameterizedConstructor,
InitExceptionMessage
: null })
Specs\TypeIndex.cs (1)
25
ObjectSpec objectSpec => objectSpec is { InstantiationStrategy: not ObjectInstantiationStrategy.None,
InitExceptionMessage
: null },