3 references to MakeCacheable
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
CachedExpressionCompiler.cs (1)
164var cacheableKey = key.MakeCacheable();
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
MemberExpressionCacheKeyComparerTest.cs (2)
163var cachedKey1 = key1.MakeCacheable(); 180var cachedKey1 = key1.MakeCacheable();