You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// if set to <c>true</c> use a cache for types that were resolved to resolve faster next time.
432
-
/// if set to <c>false</c> the cach of types resolution is not use for this instance of ExpressionEvaluator.
432
+
/// if set to <c>false</c> the cache of types resolution is not use for this instance of ExpressionEvaluator.
433
433
/// Default : false
434
434
/// the cache is the static Dictionary TypesResolutionCaching (so it is shared by all instances of ExpressionEvaluator that have CacheTypesResolutions enabled)
0 commit comments