1 write to _owner
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
48
_owner
= owner;
5 references to _owner
Microsoft.CodeAnalysis.EditorFeatures (5)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (5)
71
_owner
._threadingContext.ThrowIfNotOnUIThread();
97
_owner
._threadingContext.ThrowIfNotOnUIThread();
105
_owner
._threadingContext.ThrowIfNotOnUIThread();
139
_owner
._threadingContext.JoinableTaskFactory.Run(async () =>
169
context, snapshotSpan, classificationService,
_owner
._typeMap, options, type, cancellationToken);