1 write to _root
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSmartTokenFormatter.cs (1)
41_root = root;
2 references to _root
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpSmartTokenFormatter.cs (2)
67_root, new[] { TextSpan.FromBounds(startToken.SpanStart, endToken.Span.End) }, _options.FormattingOptions, smartTokenformattingRules, cancellationToken); 121_root, new[] { TextSpan.FromBounds(adjustedStartPosition, adjustedEndPosition) }, _options.FormattingOptions, smartTokenformattingRules, cancellationToken);