Currently, it is registered as a normal Wrapper, so it goes through general GetExpressionOrDefault pipeline including the cache probing, etc.
We may use a more specialized GetExpressionOrDefault similar to InstanceFactory, and fallback to the general one for non-default setups.
Currently, it is registered as a normal Wrapper, so it goes through general
GetExpressionOrDefault
pipeline including the cache probing, etc. We may use a more specializedGetExpressionOrDefault
similar toInstanceFactory
, and fallback to the general one for non-default setups.