1 write to Left
Microsoft.CodeAnalysis.Features (1)
Wrapping\Edit.cs (1)
29Left = left;
3 references to Left
Microsoft.CodeAnalysis.Features (3)
Wrapping\AbstractCodeActionComputer.cs (2)
179var span = TextSpan.FromBounds(edit.Left.Span.End, edit.Right.Span.Start); 191leftTokenToTrailingTrivia.Add(edit.Left, edit.NewLeftTrailingTrivia);
Wrapping\Edit.cs (1)
12/// the <see cref="Left"/> token and the new leading trivia for the <see