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