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