12 instantiations of TestFileSystem
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (9)
Cohost\CohostApplyRenameEditEndpointTest.cs (5)
41fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(files)); 80CohostApplyRenameEditEndpoint.TestAccessor.FixUpWorkspaceEdit(request, new TestFileSystem(files)); 110fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(files)); 146CohostApplyRenameEditEndpoint.TestAccessor.FixUpWorkspaceEdit(request, new TestFileSystem(files)); 178fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(files));
Cohost\RazorRefactorNotifyServiceTest.cs (1)
121var fileSystem = new TestFileSystem([.. expectedChanges]);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CohostCodeActionsEndpointTestBase.cs (1)
66fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(additionalFiles));
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostRenameEndpointTest.cs (1)
1477fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(additionalFiles));
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostWillRenameEndpointTest.cs (1)
169fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(files));
Microsoft.VisualStudioCode.RazorExtension.UnitTests (3)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CohostCodeActionsEndpointTestBase.cs (1)
66fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(additionalFiles));
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostRenameEndpointTest.cs (1)
1477fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(additionalFiles));
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Endpoints\CohostWillRenameEndpointTest.cs (1)
169fileSystem.GetTestAccessor().SetFileSystem(new TestFileSystem(files));
1 reference to TestFileSystem
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\RazorRefactorNotifyServiceTest.cs (1)
121var fileSystem = new TestFileSystem([.. expectedChanges]);