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
Infrastructure
BraceSmartIndenterIntegrationTest.cs
BraceSmartIndenterTest.cs
BraceSmartIndenterTestBase.cs
DefaultCodeDocumentProviderTest.cs
DefaultImportDocumentManagerIntegrationTest.cs
DefaultImportDocumentManagerTest.cs
DefaultRazorDocumentManagerTest.cs
DefaultRazorEditorFactoryServiceTest.cs
DefaultRazorIndentationFactsServiceTest.cs
DefaultTagHelperCompletionServiceTest.cs
DefaultTagHelperResolverTest.cs Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00
DefaultTemplateEngineFactoryServiceTest.cs
DefaultTextBufferCodeDocumentProviderTest.cs
DefaultTextBufferProviderTest.cs
DefaultVisualStudioDocumentTrackerTest.cs
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
RazorSyntaxTreePartialParserTest.cs Make SyntaxTree mutations not leak. 2017-12-18 11:50:07 -08:00
RazorTextViewConnectionListenerTest.cs
TextContentChangedEventArgsExtensionsTest.cs
xunit.runner.json Add VS agnostic non-OOP DefaultTagHelperResolver. 2017-12-14 11:28:30 -08:00