Open
Description
Recommendation from https://github.com/dotnet/aspnetcore/issues/30247.
While not directly related to Razor allocations anywhere in VS could delay us.
We noticed that in some large file cases TextMate.Core.parser.Implementation.ParserState.ctor allocated as much as 111MB of int[]'s. While some amount of allocations is unavoidable when parsing we might be able to work with them to reduce that amount down to something more managable.