**Azure DevOps work item:** https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1248163 **Testcases Affected** [[5.0] SimpleWebAppRazorEditingWithVSCode](https://github.com/aspnet/Tooling-ManualTests/blob/rel/16.8/E2EWalkthroughs/VS/AspNetCore30/30_SimpleWebAppRazorEditingWithVSCode.md) [[5.0] SimpleBlazorRazorEditingWithVSCode](https://github.com/aspnet/Tooling-ManualTests/blob/rel/16.8/E2EWalkthroughs/VS/AspNetCore30/30_SimpleBlazorRazorEditingWithVSCode.md) **Repro Steps** 1. Create an MVC project and open via VS Code: ``` md MVC cd MVC dotnet new mvc code . ``` 2. Go to https://github.com/OmniSharp/omnisharp-vscode/releasess> install the latest csharp-1.23.6.vsix. 1. Open Pages/Shared/_Layout.cshtml 1. In `<head>` tab, type @datetime. **Note:** 1. It works well on C# 1.23.1 1. It also reproes on C# 1.23.2, C# 1.23.3, C# 1.23.4 and C# 1.23.5 1. It also reproes on 3.1 project **Expected Result** There contain explanation for the method in intellisense Completion list  **Actual Result** There is no explanation for the method in intellisense Completion list 