3 references to ContainsWriteToSymbols
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Runtime\AvoidRedundantRegexIsMatchBeforeMatch.cs (3)
127
if (singleTracked is not null &&
ContainsWriteToSymbols
(whenTrue, singleTracked))
145
if (trackedSymbols is not null &&
ContainsWriteToSymbols
(op, trackedSymbols))
702
if (
ContainsWriteToSymbols
(child, symbols))