1 write to _textManager
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
80
_textManager
= await _textManagerService.GetValueAsync().ConfigureAwait(false);
1 reference to _textManager
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
123
if (ErrorHandler.Succeeded(
_textManager
.MapFilenameToLanguageSID(filename, out var fileLanguageGuid)))