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