2 writes to SearchedLocations
Microsoft.AspNetCore.Mvc.Razor (2)
RazorPageResult.cs (2)
23SearchedLocations = null; 38SearchedLocations = searchedLocations;
4 references to SearchedLocations
Microsoft.AspNetCore.Mvc.Razor (4)
RazorView.cs (4)
272var originalLocations = layoutPageResult.SearchedLocations; 280Debug.Assert(originalLocations is not null && layoutPageResult.SearchedLocations is not null); 288if (layoutPageResult.SearchedLocations.Any()) 291Environment.NewLine + string.Join(Environment.NewLine, layoutPageResult.SearchedLocations);