2 references to CachedExpressionCompiler
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
ExpressionHelper.cs (1)
220func = CachedExpressionCompiler.Process(lambda) ?? lambda.Compile();
ExpressionMetadataProvider.cs (1)
78var cachedFunc = CachedExpressionCompiler.Process(expression);