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