1 write to _owner
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
45
_owner
= owner;
3 references to _owner
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (3)
62
_owner
._threadingContext.ThrowIfNotOnUIThread();
154
_owner
._threadingContext.JoinableTaskFactory.Run(async () =>
200
result.Add(ClassificationUtilities.Convert(
_owner
._typeMap, snapshot, classifiedSpan));