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)
111
if (
_identityFunc
== null)
117
return
_identityFunc
;