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