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