1 write to ViewLocationExpanderValues
Microsoft.AspNetCore.Mvc.Razor (1)
ViewLocationCacheKey.cs (1)
51ViewLocationExpanderValues = values;
10 references to ViewLocationExpanderValues
Microsoft.AspNetCore.Mvc.Razor (10)
ViewLocationCacheKey.cs (10)
96if (ReferenceEquals(ViewLocationExpanderValues, y.ViewLocationExpanderValues)) 101if (ViewLocationExpanderValues == null || 102y.ViewLocationExpanderValues == null || 103(ViewLocationExpanderValues.Count != y.ViewLocationExpanderValues.Count)) 108foreach (var item in ViewLocationExpanderValues) 110if (!y.ViewLocationExpanderValues.TryGetValue(item.Key, out var yValue) || 136if (ViewLocationExpanderValues != null) 138foreach (var item in ViewLocationExpanderValues)