1 override of GetIdentifierOfVariable
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
ReassignedVariable\CSharpReassignedVariableService.cs (1)
27protected override SyntaxToken GetIdentifierOfVariable(VariableDeclaratorSyntax variable)
1 reference to GetIdentifierOfVariable
Microsoft.CodeAnalysis.Workspaces (1)
ReassignedVariable\AbstractReassignedVariableService.cs (1)
145result.Add(GetIdentifierOfVariable(variable).Span);