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