2 implementations of CreateTextPoint
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
CodeModel\MockTextManagerAdapter.cs (1)
17public EnvDTE.TextPoint CreateTextPoint(FileCodeModel fileCodeModel, VirtualTreePoint point)
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\TextManagerAdapter.cs (1)
15public EnvDTE.TextPoint CreateTextPoint(FileCodeModel fileCodeModel, VirtualTreePoint point)
4 references to CreateTextPoint
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);