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