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