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