1 write to TextManagerAdapter
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel.cs (1)
86TextManagerAdapter = textManagerAdapter;
4 references to TextManagerAdapter
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\InternalElements\AbstractCodeElement.cs (4)
155return FileCodeModel.TextManagerAdapter.CreateTextPoint(FileCodeModel, point.Value); 170return FileCodeModel.TextManagerAdapter.CreateTextPoint(FileCodeModel, point.Value); 183return FileCodeModel.TextManagerAdapter.CreateTextPoint(FileCodeModel, point.Value); 195return FileCodeModel.TextManagerAdapter.CreateTextPoint(FileCodeModel, point.Value);