2 writes to _items
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (2)
180
_items
= new ConnectionItems(new ConcurrentDictionary<object, object?>());
186
set =>
_items
= value ?? throw new ArgumentNullException(nameof(value));
3 references to _items
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionContext.cs (3)
174
if (
_items
== null)
178
if (
_items
== null)
184
return
_items
;