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