1 write to Text
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\VirtualTreePoint.cs (1)
21Text = text;
6 references to Text
Microsoft.CodeAnalysis.EditorFeatures (5)
Shared\Utilities\VirtualTreePoint.cs (5)
53if (Text != other.Text) 68=> Text.GetHashCode() ^ Position.GetHashCode() ^ VirtualSpaces.GetHashCode(); 71=> $"VirtualTreePoint {{ Tree: '{Tree}', Text: '{Text}', Position: '{Position}', VirtualSpaces '{VirtualSpaces}' }}"; 74=> Text.Lines.GetLineFromPosition(Position);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
CodeModel\MockTextManagerAdapter.TextPoint.cs (1)
30get { return _point.Position == _point.Text.Length; }