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