12 references to Matches
Microsoft.CodeAnalysis.Workspaces (12)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (9)
407if (Matches(info.GetEnumeratorMethod, symbol) || 408Matches(info.MoveNextMethod, symbol) || 409Matches(info.CurrentProperty, symbol) || 410Matches(info.DisposeMethod, symbol)) 496if (deconstructMethods.Any(static (m, symbol) => Matches(m, symbol), symbol)) 527if (Matches(awaitExpressionMethod, symbol)) 562if (Matches(constructor, symbol)) 577if (Matches(info.Symbol, notNullOriginalUnreducedSymbol2)) 582if (Matches(symbol, notNullOriginalUnreducedSymbol2))
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (2)
272if (Matches(constructor, symbol)) 313if (Matches(constructor, symbol))
FindSymbols\FindReferences\Finders\OrdinaryMethodReferenceFinder.cs (1)
166if (Matches(disposeMethod, symbol))