1 write to _owinEntries
Microsoft.AspNetCore.Owin (1)
OwinEnvironment.cs (1)
64_owinEntries = new(context);
12 references to _owinEntries
Microsoft.AspNetCore.Owin (12)
OwinEnvironment.cs (12)
71public IDictionary<string, FeatureMap> FeatureMaps => _owinEntries.GetFeatureMaps(); 75if (_owinEntries.ContainsKey(key)) 85=> _owinEntries 92if (_owinEntries.Remove(key)) 101if (_owinEntries.TryGetValue(key, out var entry) && entry.TryGet(_context, out value)) 119if (_owinEntries.TryGetValue(key, out entry) && entry.TryGet(_context, out value)) 132if (_owinEntries.TryGetValue(key, out entry)) 140_owinEntries.Remove(key); 168_owinEntries.Clear(); 181if (arrayIndex + _owinEntries.Count + _context.Items.Count > array.Length) 195get { return _owinEntries.Count + _context.Items.Count; } 211foreach (var entryPair in _owinEntries)