aspnetcore/test/Microsoft.VisualStudio.Edit...
N. Taylor Mullen 463e11b739 Make SyntaxTree mutations not leak.
- Prior to this when the partial parser would successfully parse a change we'd mutate the returned syntax tree so any data inquired about the tree would then be wrong. We now isolate mutations to copied versions of the syntax tree.
- Added copy tests to ensure that we were appropriately copying all the various syntax node types.

#1793
2017-12-18 11:50:07 -08:00
..
Editor Assert foreground thread before dispatching events 2017-12-12 16:18:49 -08:00
Infrastructure
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs Update code doc provider to only rely on VSRazorParser. 2017-11-27 16:54:53 -08:00
DefaultImportDocumentManagerIntegrationTest.cs Refactor `ImportDocumentManager` to not be windows specific. 2017-12-08 16:34:43 -08:00
DefaultImportDocumentManagerTest.cs Refactor `ImportDocumentManager` to not be windows specific. 2017-12-08 16:34:43 -08:00
DefaultRazorDocumentManagerTest.cs Assert foreground thread before dispatching events 2017-12-12 16:18:49 -08:00
DefaultRazorEditorFactoryServiceTest.cs Make RazorEditorFactoryService VS agnostic. 2017-12-13 17:11:48 -08:00
DefaultRazorIndentationFactsServiceTest.cs
DefaultTagHelperCompletionServiceTest.cs
DefaultTagHelperResolverTest.cs Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00
DefaultTemplateEngineFactoryServiceTest.cs
DefaultTextBufferCodeDocumentProviderTest.cs Change code document provider to work in old Razor. 2017-11-20 02:26:14 -08:00
DefaultTextBufferProviderTest.cs
DefaultVisualStudioDocumentTrackerTest.cs Assert foreground thread before dispatching events 2017-12-12 16:18:49 -08:00
DefaultVisualStudioRazorParserIntegrationTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
DefaultVisualStudioRazorParserTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
Microsoft.VisualStudio.Editor.Razor.Test.csproj Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00
RazorDirectiveCompletionProviderTest.cs
RazorSyntaxFactsServiceExtensionsTest.cs Add a way for tooling to determine if a span corresponds to a TagHelper. 2017-12-06 11:49:20 -08:00
RazorSyntaxTreePartialParserTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
RazorTextViewConnectionListenerTest.cs Move away from WPF text view connection listener. 2017-11-28 10:42:35 -08:00
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00