2 references to _storage
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ActionContextAccessor.cs (2)
23get { return _storage.Value; } 24set { _storage.Value = value; }