6 references to _leading
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CodeCleanup\Providers\RemoveUnnecessaryLineContinuationCodeCleanupProvider.vb (6)
70
If
_leading
.Count = 0 AndAlso _trailing.Count = 0 AndAlso _tokens.Count = 0 Then
74
Dim newRoot = _root.ReplaceTokens(
_leading
.Keys.Concat(_trailing.Keys).Concat(_tokens.Keys).Distinct(),
85
If
_leading
.ContainsKey(token) Then
86
Dim leading =
_leading
(token)
342
Return GetTriviaList(token,
_leading
, token.LeadingTrivia)
365
ReplaceTrivia(token,
_leading
, trivia)