aspnetcore/test
Levi B ae456401a8 Change AllowedCharsBitmap back to a struct.
I also experimented with having a fixed uint[] field inside the struct, but this actually ended up having worse performance than a proper uint[] array reference since it defeated some of the JITter's optimizations.
2015-03-10 17:58:10 -07:00
..
Microsoft.AspNet.FeatureModel.Tests
Microsoft.AspNet.Http.Core.Tests SignOutContext needs AuthenticationProperties 2015-03-09 19:37:38 -07:00
Microsoft.AspNet.Http.Extensions.Tests
Microsoft.AspNet.Http.Tests
Microsoft.AspNet.Owin.Tests
Microsoft.AspNet.WebUtilities.Tests
Microsoft.Framework.WebEncoders.Tests Change AllowedCharsBitmap back to a struct. 2015-03-10 17:58:10 -07:00
Microsoft.Net.Http.Headers.Tests