1 override of IsValid
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceLocalForExpressionCodeRefactoringProvider.cs (1)
41
protected override bool
IsValid
(ExpressionStatementSyntax expressionStatement, TextSpan span)
1 reference to IsValid
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceLocalForExpressionCodeRefactoringProvider.cs (1)
73
return expressionStatement != null &&
IsValid
(expressionStatement, context.Span)