2 writes to TextManagerAdapter
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\FileCodeModel.cs (1)
88
TextManagerAdapter
= textManagerAdapter;
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (1)
CodeModel\CodeModelTestHelpers.vb (1)
78
fcm.Object.
TextManagerAdapter
= New MockTextManagerAdapter()
4 references to TextManagerAdapter
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\InternalElements\AbstractCodeElement.cs (4)
159
return FileCodeModel.
TextManagerAdapter
.CreateTextPoint(FileCodeModel, point.Value);
174
return FileCodeModel.
TextManagerAdapter
.CreateTextPoint(FileCodeModel, point.Value);
187
return FileCodeModel.
TextManagerAdapter
.CreateTextPoint(FileCodeModel, point.Value);
199
return FileCodeModel.
TextManagerAdapter
.CreateTextPoint(FileCodeModel, point.Value);