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