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