2 references to TryFindMatchInOperation
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\AvoidRedundantRegexIsMatchBeforeMatch.cs (2)
132return TryFindMatchInOperation(whenTrue, isMatchInvocation, regexType); 152if (TryFindMatchInOperation(op, isMatchInvocation, regexType) is { } found)