2 overrides of CanReplace
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.cs (1)
140protected override bool CanReplace(ExpressionSyntax expression)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceVariable\VisualBasicIntroduceVariableService.vb (1)
137Protected Overrides Function CanReplace(expression As ExpressionSyntax) As Boolean
1 reference to CanReplace
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
329if (allOccurrences && CanReplace(nodeInCurrent))