1 write to _renameLocations
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
113
_renameLocations
= parameters.RenameLocations
2 references to _renameLocations
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Rename\VisualBasicRenameRewriterLanguageService.vb (2)
307
Dim prefix = If(isRenameLocation AndAlso Me.
_renameLocations
(token.Span).IsRenamableAccessor, newToken.ValueText.Substring(0, newToken.ValueText.IndexOf("_"c) + 1), String.Empty)
392
Return Me.
_renameLocations
.ContainsKey(token.Span)