2 references to AvoidRedundantRegexIsMatchBeforeMatchFix
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (2)
44
private const string EquivalenceKey = nameof(MicrosoftNetCoreAnalyzersResources.
AvoidRedundantRegexIsMatchBeforeMatchFix
);
57
RegisterCodeFix(context, MicrosoftNetCoreAnalyzersResources.
AvoidRedundantRegexIsMatchBeforeMatchFix
, EquivalenceKey);