1 write to IfStatement
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (1)
624IfStatement = ifStatement;
2 references to IfStatement
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (2)
72editor.ReplaceNode(fix.IfStatement.Condition, BuildIsPatternCondition(fix.IfStatement, fix.MatchCallExpression, fix.VariableName));