8 references to FindUsages
Microsoft.CodeAnalysis.NetAnalyzers (8)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardAnalyzer.cs (8)
178FindUsages(guardedPath, ref usageContext, searchContext); 295if (bAnd.LeftOperand == operation && !FindUsages(bAnd.RightOperand, ref usageContext, searchContext)) 305if (bOr.LeftOperand == operation && !FindUsages(bOr.RightOperand, ref usageContext, searchContext)) 361FindUsages(simple.Value, ref usageContext, searchContext); 365FindUsages(compound.Value, ref usageContext, searchContext); 415FindUsages(simple.Value, ref usageContext, searchContext); 425FindUsages(compound.Value, ref usageContext, searchContext); 534if (!FindUsages(operation, ref context, searchContext))