12 references to Matches
Microsoft.CodeAnalysis.Workspaces (12)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (9)
410if (Matches(info.GetEnumeratorMethod, symbol) || 411Matches(info.MoveNextMethod, symbol) || 412Matches(info.CurrentProperty, symbol) || 413Matches(info.DisposeMethod, symbol)) 535if (deconstructMethods.Any(static (m, symbol) => Matches(m, symbol), symbol)) 566if (Matches(awaitExpressionMethod, symbol)) 601if (Matches(constructor, symbol)) 616if (Matches(info.Symbol, notNullOriginalUnreducedSymbol2)) 621if (Matches(symbol, notNullOriginalUnreducedSymbol2))
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (2)
283if (Matches(constructor, symbol)) 324if (Matches(constructor, symbol))
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
213if (Matches(disposeMethod, symbol))