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