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