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