2 references to GetNonConditionalDescendantsAndSelf
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardAnalyzer.cs (2)
326
foreach (var descendant in
GetNonConditionalDescendantsAndSelf
(operation))
602
return
GetNonConditionalDescendantsAndSelf
(c);