1 write to _identityFunc
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
CachedExpressionCompiler.cs (1)
114_identityFunc = model => identityFuncCore(model);
2 references to _identityFunc
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
CachedExpressionCompiler.cs (2)
111if (_identityFunc == null) 117return _identityFunc;