2 writes to _items
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Rendering\ViewContext.cs (2)
111_items = viewContext.Items; 207internal Dictionary<object, object?> Items => _items ??= new Dictionary<object, object?>();