2 references to IsVarOrMatchType
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (2)
172if (!IsVarOrMatchType(declaration.Type, model, cancellationToken)) 296if (!IsVarOrMatchType(preDecl.Declaration.Type, model, cancellationToken))