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