1 write to _startToken
Microsoft.CodeAnalysis.Workspaces (1)
AbstractFormatEngine.cs (1)
70_startToken = startToken;
4 references to _startToken
Microsoft.CodeAnalysis.Workspaces (4)
AbstractFormatEngine.cs (4)
119context.Initialize(_formattingRules, _startToken, _endToken, cancellationToken); 319var startPosition = this.TreeData.IsFirstToken(_startToken) ? this.TreeData.StartPosition : _startToken.SpanStart; 490_startToken.ToString().Replace("\r\n", "\\r\\n"),