1 write to _renamableDeclarationLocation
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
124
_renamableDeclarationLocation
= _renamedSymbol.Locations.Where(Function(loc) loc.IsInSource AndAlso loc.SourceTree Is _semanticModel.SyntaxTree).FirstOrDefault()
1 reference to _renamableDeclarationLocation
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\VisualBasicRenameRewriterLanguageService.vb (1)
383
If Me._renameRenamableSymbolDeclaration IsNot Nothing AndAlso
_renamableDeclarationLocation
= token.GetLocation() Then