8 references to Text
Microsoft.CodeAnalysis.EditorFeatures (5)
Shared\Utilities\VirtualTreePoint.cs (5)
64if (Text != other.Text) 82=> Text.GetHashCode() ^ Position.GetHashCode() ^ VirtualSpaces.GetHashCode(); 85=> $"VirtualTreePoint {{ Tree: '{Tree}', Text: '{Text}', Position: '{Position}', VirtualSpaces '{VirtualSpaces}' }}"; 88=> Text.Lines.GetLineFromPosition(Position);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
CodeModel\MockTextManagerAdapter.TextPoint.cs (1)
32get { return _point.Position == _point.Text.Length; }
Microsoft.VisualStudio.LanguageServices.Test.Utilities2 (2)
CodeModel\Mocks\MockTextPoint.vb (2)
30For Each textLine In _point.Text.Lines 46Return _point.Position = _point.Text.Length