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