You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For IsAtDotDotToken, ensure the current token is a DotToken before parsing the next token to see if it's also a DotToken. (#78338)
I see LanguageParser.IsAtDotToken accounting for about 1 second of CPU time (0.5%) in the C# editing speedometer test. Local testing indicates about 85% of calls into this method will be filtered by this check.
Test insertion: https://dev.azure.com/devdiv/DevDiv/_git/VS/pullrequest/631973
See PR for details on the perf characteristics with and without the change.
0 commit comments