1 write to _renamableDeclarationLocation
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
146
_renamableDeclarationLocation
= _renamedSymbol.Locations.FirstOrDefault(loc => loc.IsInSource && loc.SourceTree == _semanticModel.SyntaxTree);
1 reference to _renamableDeclarationLocation
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Rename\CSharpRenameRewriterLanguageService.cs (1)
420
if (_renameRenamableSymbolDeclaration != null &&
_renamableDeclarationLocation
== token.GetLocation())