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