2 overrides of CanIntroduceVariableFor
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService.cs (1)
110
protected override bool
CanIntroduceVariableFor
(ExpressionSyntax expression)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceVariable\VisualBasicIntroduceVariableService.vb (1)
70
Protected Overrides Function
CanIntroduceVariableFor
(expression As ExpressionSyntax) As Boolean
1 reference to CanIntroduceVariableFor
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.State.cs (1)
249
if (!_service.
CanIntroduceVariableFor
(Expression))