1 instantiation of RemoteSnapshotManager
Microsoft.AspNetCore.Razor.Microbenchmarks (1)
Formatting\DocumentFormattingBenchmark.cs (1)
74var snapshotManager = new RemoteSnapshotManager(filePathService, NoOpTelemetryReporter.Instance);
45 references to RemoteSnapshotManager
Microsoft.AspNetCore.Razor.Microbenchmarks (1)
Formatting\DocumentFormattingBenchmark.cs (1)
74var snapshotManager = new RemoteSnapshotManager(filePathService, NoOpTelemetryReporter.Instance);
Microsoft.CodeAnalysis.Remote.Razor (14)
CodeActions\OOPGenerateEventHandlerCodeActionResolver.cs (2)
23RemoteSnapshotManager snapshotManager) 26private readonly RemoteSnapshotManager _snapshotManager = snapshotManager;
DocumentMapping\RemoteDocumentMappingService.cs (2)
21RemoteSnapshotManager snapshotManager, 26private readonly RemoteSnapshotManager _snapshotManager = snapshotManager;
DocumentMapping\RemoteRazorEditService.cs (2)
24RemoteSnapshotManager snapshotManager, 28private readonly RemoteSnapshotManager _snapshotManager = snapshotManager;
DocumentMapping\RemoteSpanMappingService.cs (2)
32private readonly RemoteSnapshotManager _snapshotManager = args.ExportProvider.GetExportedValue<RemoteSnapshotManager>();
ProjectSystem\RemoteDocumentSnapshot.cs (1)
84var snapshotManager = ProjectSnapshot.SolutionSnapshot.SnapshotManager;
ProjectSystem\RemoteSnapshotManager.cs (1)
17[Export(typeof(RemoteSnapshotManager))]
ProjectSystem\RemoteSolutionSnapshot.cs (2)
14internal sealed class RemoteSolutionSnapshot(Solution solution, RemoteSnapshotManager snapshotManager) : ISolutionQueryOperations 16public RemoteSnapshotManager SnapshotManager { get; } = snapshotManager;
RazorBrokeredServiceBase.cs (2)
22protected readonly RemoteSnapshotManager SnapshotManager; 34SnapshotManager = args.ExportProvider.GetExportedValue<RemoteSnapshotManager>();
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (16)
Cohost\CohostRoslynRenameTest.cs (2)
270var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\AutoInsert\PreferHtmlInAttributeValuesDocumentPositionInfoStrategyTest.cs (2)
47var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\Html\HtmlCodeActionResolverTest.cs (2)
71var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\DocumentExcerpt\DocumentExcerptServiceTestBase.cs (2)
34var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\FormattingDiagnosticValidationPassTest.cs (2)
101var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingPassTest.cs (2)
139var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Mapping\RazorEditServiceTest.cs (2)
1314var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\ProjectAvailabilityTests.cs (2)
98var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
Microsoft.VisualStudioCode.RazorExtension.UnitTests (14)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\AutoInsert\PreferHtmlInAttributeValuesDocumentPositionInfoStrategyTest.cs (2)
47var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\Html\HtmlCodeActionResolverTest.cs (2)
71var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\DocumentExcerpt\DocumentExcerptServiceTestBase.cs (2)
34var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\FormattingDiagnosticValidationPassTest.cs (2)
101var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Formatting\HtmlFormattingPassTest.cs (2)
139var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\Mapping\RazorEditServiceTest.cs (2)
1314var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\ProjectAvailabilityTests.cs (2)
98var snapshotManager = OOPExportProvider.GetExportedValue<RemoteSnapshotManager>();