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