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