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