4 references to WithCondition
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.CallSiteContainerRewriter.cs (1)
173return node.WithCondition(VisitNode(node.Condition))
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
161.WithCondition((ExpressionSyntax)condition)
SplitOrMergeIfStatements\CSharpIfLikeStatementGenerator.cs (1)
109return ifStatement.WithCondition((ExpressionSyntax)condition);
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpDoNotGuardCall.Fixer.cs (1)
51.WithCondition((ExpressionSyntax)expression)