1 write to _textManagerService
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
63
_textManagerService
= textManagerService;
1 reference to _textManagerService
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
114
var textManager = _threadingContext.JoinableTaskFactory.Run(() =>
_textManagerService
.GetValueOrNullAsync(CancellationToken.None));