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