__How to Reproduce:__ In a new .cshtml write out:
```
@DateTime.Now
```
Insert a period ('.') after DateTime. You will see C# intellisense appear but attempting to select, commit via tab, enter, '.' etc. will fail.
__Expected Behavior:__ Intellisense appears and can be used to commit changes.
__Notes:__ Inserting the '.' after DateTime results in a rejected PartialParse. Accepted | Provisional would result in the correct behavior.
```
@DateTime.Now
```
Insert a period ('.') after DateTime. You will see C# intellisense appear but attempting to select, commit via tab, enter, '.' etc. will fail.
__Expected Behavior:__ Intellisense appears and can be used to commit changes.
__Notes:__ Inserting the '.' after DateTime results in a rejected PartialParse. Accepted | Provisional would result in the correct behavior.