1 write to SnapshotManager
Microsoft.CodeAnalysis.Remote.Razor (1)
RazorBrokeredServiceBase.cs (1)
34SnapshotManager = args.ExportProvider.GetExportedValue<RemoteSnapshotManager>();
2 references to SnapshotManager
Microsoft.CodeAnalysis.Remote.Razor (2)
RazorDocumentServiceBase.cs (1)
91var documentSnapshot = SnapshotManager.GetSnapshot(razorDocument);
UriPresentation\RemoteUriPresentationService.cs (1)
77var otherSnapshot = SnapshotManager.GetSnapshot(otherDocument);