aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen 345eb29c62 Update code doc provider to only rely on VSRazorParser.
- Prior to this change the code document provider took in many sub-providers to allow for understanding of the old RazorEditorParser AND VisualStudioRazorParser. Now that RazorEditorParser is gone we can also change the code doc provider.
2017-11-27 16:54:53 -08:00
..
Infrastructure Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
BraceSmartIndenterIntegrationTest.cs Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
BraceSmartIndenterTest.cs Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
BraceSmartIndenterTestBase.cs Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
DefaultCodeDocumentProviderTest.cs Update code doc provider to only rely on VSRazorParser. 2017-11-27 16:54:53 -08:00
DefaultRazorDocumentManagerTest.cs Added necessary infrastructure for Tag helper project system imports 2017-11-22 08:48:57 -08:00
DefaultRazorIndentationFactsServiceTest.cs Move indentation service to VS.Editor.Razor and export it. 2017-11-14 15:42:40 -08:00
DefaultTagHelperCompletionServiceTest.cs Move TagHelperCompletionService to VS.Editor.Razor and export it. 2017-11-15 13:01:06 -08:00
DefaultTemplateEngineFactoryServiceTest.cs Manage VisualStudioRazorParser lifetime. 2017-10-23 14:39:15 -07:00
DefaultTextBufferCodeDocumentProviderTest.cs Change code document provider to work in old Razor. 2017-11-20 02:26:14 -08:00
DefaultTextBufferProviderTest.cs
DefaultVisualStudioDocumentTrackerTest.cs Added TagHelper discovery to Razor project systen 2017-11-22 10:56:52 -08:00
DefaultVisualStudioRazorParserIntegrationTest.cs Dispatch DocumentStructureChanged event on foreground thread. 2017-11-06 14:49:18 -08:00
DefaultVisualStudioRazorParserTest.cs Make Foreground dispatchable methods noop if parser is disposed. 2017-11-06 16:18:43 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.csproj Pin tool and package versions to make builds more repeatable 2017-11-01 18:12:08 -07:00
RazorDirectiveCompletionProviderTest.cs Merge branch 'rel/vs15.5' into dev 2017-10-25 09:45:28 -07:00
RazorSyntaxTreePartialParserTest.cs
TextContentChangedEventArgsExtensionsTest.cs