1 write to _textManager
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
78
_textManager
= await _textManagerService.GetValueAsync().ConfigureAwait(false);
2 references to _textManager
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MiscellaneousFilesWorkspace.cs (2)
121
if (
_textManager
!= null && ErrorHandler.Succeeded(
_textManager
.MapFilenameToLanguageSID(filename, out var fileLanguageGuid)))