3 instantiations of FileSystem
Microsoft.CodeAnalysis.Remote.Razor (1)
RemoteFileSystem.cs (1)
14private IFileSystem _fileSystem = new FileSystem();
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\Cohost\CohostApplyRenameEditEndpoint.cs (1)
33private readonly IFileSystem _fileSystem = new FileSystem();
Rename\RazorRefactorNotifyService.cs (1)
24private readonly IFileSystem _fileSystem = new FileSystem();