3 references to WithIfStatement
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb (1)
202
Return node.
WithIfStatement
(ReplaceStatementIfNeeded(node.IfStatement)).
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\BasicDoNotGuardCall.Fixer.vb (1)
57
Return multiLineIfBlockSyntax.
WithIfStatement
(multiLineIfBlockSyntax.IfStatement.WithCondition(CType(negatedExpression, ExpressionSyntax))) _
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (1)
245
WithIfStatement
(ifStatement.IfStatement.ReplaceNode(fix.ContainsKeyInvocation, tryAddInvocation))