1 write to _stringAndCommentTextSpans
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
122
_stringAndCommentTextSpans
= parameters.StringAndCommentTextSpans
2 references to _stringAndCommentTextSpans
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Rename\VisualBasicRenameRewriterLanguageService.vb (2)
420
Dim shouldCheckTrivia = Me.
_stringAndCommentTextSpans
.ContainsKey(oldToken.Span)
629
(Me._isProcessingStructuredTrivia = 0 AndAlso Not Me.
_stringAndCommentTextSpans
.TryGetValue(oldToken.Span, subSpansToReplace)) Then