1 write to Document
Microsoft.CodeAnalysis.EditorFeatures (1)
DocumentSnapshotSpan.cs (1)
30
this.
Document
= document;
17 references to Document
Microsoft.CodeAnalysis.EditorFeatures (14)
BraceMatching\BraceHighlightingViewTaggerProvider.cs (1)
66
var document = documentSnapshotSpan.
Document
;
BracePairs\BracePairsTaggerProvider.cs (1)
83
var document = spanToTag.
Document
;
Classification\Semantic\AbstractSemanticOrEmbeddedClassificationViewTaggerProvider.cs (1)
101
var document = spanToTag.
Document
;
Classification\Semantic\ClassificationUtilities.cs (1)
56
var document = spanToTag.
Document
;
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.PushDiagnosticsTaggerProvider.cs (1)
125
var document = spanToTag.
Document
;
Diagnostics\AbstractPushOrPullDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
94
var document = documentSpanToTag.
Document
;
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
73
var document = spanToTag.
Document
;
InlineHints\InlineHintsDataTaggerProvider.cs (1)
106
var document = documentSnapshotSpan.
Document
;
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
75
var document = documentSnapshotSpan.
Document
;
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (3)
114
var document = context.SpansToTag.FirstOrDefault(vt => vt.SnapshotSpan.Snapshot == caretPosition.Snapshot).
Document
;
160
var documentsToSearch = ImmutableHashSet.CreateRange(context.SpansToTag.Select(vt => vt.
Document
).WhereNotNull());
182
var textSnapshot = context.SpansToTag.FirstOrDefault(s => s.
Document
== document).SnapshotSpan.Snapshot;
Structure\AbstractStructureTaggerProvider.cs (2)
185
var document = documentSnapshotSpan.
Document
;
199
documentSnapshotSpan.
Document
, options, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
LineSeparators\LineSeparatorTaggerProvider.cs (1)
88
var document = documentSnapshotSpan.
Document
;
StringIndentation\StringIndentationTaggerProvider.cs (1)
86
var document = documentSnapshotSpan.
Document
;
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginTaggerProvider.cs (1)
95
var document = spanToTag.
Document
;