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)
143
else if (type is ObjectSpec {
InitExceptionMessage
: string exMsg })
1246
else if (type is ObjectSpec {
InitExceptionMessage
: string exMsg })
1329
if (type is ObjectSpec {
InitExceptionMessage
: string exMsg })
Specs\BindingHelperInfo.cs (1)
180
bool needsInitializeMethod = objectSpec is { InstantiationStrategy: ObjectInstantiationStrategy.ParameterizedConstructor,
InitExceptionMessage
: null };
Specs\TypeIndex.cs (1)
25
ObjectSpec objectSpec => objectSpec is { InstantiationStrategy: not ObjectInstantiationStrategy.None,
InitExceptionMessage
: null },