1 write to TreeInfo
Test.Utilities (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormattingResult.cs (1)
33
this.
TreeInfo
= treeInfo;
4 references to TreeInfo
Test.Utilities (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\Engine\AbstractFormattingResult.cs (4)
78
var span = TextSpan.FromBounds(token1.RawKind == 0 ? this.
TreeInfo
.StartPosition : token1.Span.End, token2.RawKind == 0 ? this.
TreeInfo
.EndPosition : token2.SpanStart);
79
var originalString = this.
TreeInfo
.GetTextBetween(token1, token2);
103
return this.
TreeInfo
.Root;