2 references to IsSupportedSimpleStatement
Microsoft.CodeAnalysis.Features (2)
ReplaceConditionalWithStatements\AbstractReplaceConditionalWithStatementsCodeRefactoringProvider.cs (2)
67
if (
IsSupportedSimpleStatement
(syntaxFacts, statement))
132
if (
IsSupportedSimpleStatement
(syntaxFacts, parentStatement))