1 override of Snapshot
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
DefaultLSPDocument.cs (1)
136public override ITextSnapshot Snapshot { get; }
5 references to Snapshot
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (5)
DefaultFormattingOptionsProvider.cs (1)
35documentSnapshot.Snapshot.TextBuffer,
DefaultLSPDocument.cs (1)
59if (_currentSnapshot?.Snapshot != TextBuffer.CurrentSnapshot)
DefaultLSPDocumentManager.cs (3)
284oldContentType = old.Snapshot.ContentType; 289&& old.Snapshot.TextBuffer.Properties.TryGetProperty<IContentType>(LSPDocumentRemovalOldContentTypeKey, out var contentType)) 305listener.Metadata.ContentTypes.Any(@new.Snapshot.ContentType.IsOfType))