2 references to IsMatchNode
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (2)
134
if (!
IsMatchNode
(declarator.Initializer.Value, matchNode))
199
if (!
IsMatchNode
(assignmentExpression.Right, matchNode))