1 write to PreDeclaration
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (1)
628
PreDeclaration
= preDeclaration;
2 references to PreDeclaration
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Runtime\CSharpAvoidRedundantRegexIsMatchBeforeMatch.Fixer.cs (2)
75
if (fix.
PreDeclaration
is not null)
77
editor.RemoveNode(fix.
PreDeclaration
);