23 references to GetFullSpan
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\SyntacticTaggerTests.cs (1)
139tagComputer.GetTags(new NormalizedSnapshotSpanCollection(subjectBuffer.CurrentSnapshot.GetFullSpan()));
Microsoft.CodeAnalysis.EditorFeatures (11)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
321: currentSnapshot.GetFullSpan();
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (1)
603snapshotSpanToClone = snapshot.GetFullSpan();
InlineRename\Taggers\AbstractRenameTagger.cs (1)
79=> TagsChanged?.Invoke(this, new SnapshotSpanEventArgs(_buffer.CurrentSnapshot.GetFullSpan()));
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (1)
80var spans = GetTags(tagAggregator, args.TextView.TextSnapshot.GetFullSpan()).ToList();
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
95.Select(b => b.CurrentSnapshot.GetFullSpan())
Structure\AbstractStructureTaggerProvider.cs (2)
251var snapshotSpan = snapshot.GetFullSpan().Span; 322var elisionSpan = elisionBuffer.CurrentSnapshot.GetFullSpan();
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
217return SpecializedCollections.SingletonEnumerable(subjectBuffer.CurrentSnapshot.GetFullSpan());
Tagging\TaggerContext.cs (1)
53: this(state: null, ImmutableArray.Create(new DocumentSnapshotSpan(document, snapshot.GetFullSpan())),
TextDiffing\EditorTextDifferencingService.cs (2)
50? diffService.DiffSnapshotSpans(oldTextSnapshot.GetFullSpan(), newTextSnapshot.GetFullSpan(), differenceOptions)
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Shared\Extensions\ITextSnapshotExtensions.cs (1)
121return new NormalizedSnapshotSpanCollection(snapshot.GetFullSpan());
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Extensions\IProjectionBufferFactoryServiceExtensionsTests.cs (1)
39exposedSpans: textBuffer.CurrentSnapshot.GetFullSpan());
Tagging\AsynchronousTaggerTests.cs (2)
107var tags = tagger.GetTags(new NormalizedSnapshotSpanCollection(textBuffer.CurrentSnapshot.GetFullSpan())); 133var tags = tagger.GetTags(new NormalizedSnapshotSpanCollection(textBuffer.CurrentSnapshot.GetFullSpan()));
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Interactive\InertClassifierProvider.cs (1)
53var classifications = classifier.GetClassificationSpans(textBuffer.CurrentSnapshot.GetFullSpan());
QuickInfo\ContentControlService.cs (1)
79var control = CreateViewHostingControl(textBuffer, textBuffer.CurrentSnapshot.GetFullSpan().Span);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
Rename\RenameCommandHandlerTests.vb (1)
305Assert.Equal(view.TextBuffer.CurrentSnapshot.GetFullSpan(), view.Selection.SelectedSpans.Single().Span)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitCommandHandler.vb (1)
80Dim wholeFile = snapshot.GetFullSpan()
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.cs (1)
244outliningManager.CollapseAll(wpfTextView.TextBuffer.CurrentSnapshot.GetFullSpan(), c => c.Tag.IsImplementation);
Preview\PreviewUpdater.Tagger.cs (1)
37TagsChanged?.Invoke(this, new SnapshotSpanEventArgs(_textBuffer.CurrentSnapshot.GetFullSpan()));
Workspace\SourceGeneratedFileManager.cs (1)
263_textBuffer.CurrentSnapshot.GetFullSpan(),