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