1 instantiation of RemoteDocumentMappingService
Microsoft.AspNetCore.Razor.Microbenchmarks (1)
Formatting\DocumentFormattingBenchmark.cs (1)
82var documentMappingService = new RemoteDocumentMappingService(filePathService, snapshotManager, EmptyLoggerFactory.Instance);
3 references to RemoteDocumentMappingService
Microsoft.AspNetCore.Razor.Microbenchmarks (1)
Formatting\DocumentFormattingBenchmark.cs (1)
82var documentMappingService = new RemoteDocumentMappingService(filePathService, snapshotManager, EmptyLoggerFactory.Instance);
Microsoft.CodeAnalysis.Remote.Razor (2)
DocumentMapping\IDocumentMappingServiceExtensions.cs (1)
28if (service is RemoteDocumentMappingService remoteService)
DocumentMapping\RemoteDocumentMappingService.cs (1)
23: AbstractDocumentMappingService(loggerFactory.GetOrCreateLogger<RemoteDocumentMappingService>())