2 references to IsVarOrMatchType
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (2)
143if (!IsVarOrMatchType(declaration.Type, model, context.CancellationToken)) 271if (!IsVarOrMatchType(preDecl.Declaration.Type, model, context.CancellationToken))