2 references to Count
Microsoft.AspNetCore.Owin (2)
OwinEnvironment.cs (2)
181if (arrayIndex + _owinEntries.Count + _context.Items.Count > array.Length) 195get { return _owinEntries.Count + _context.Items.Count; }