12 references to Matches
Microsoft.CodeAnalysis.Workspaces (12)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (9)
408if (Matches(info.GetEnumeratorMethod, symbol) || 409Matches(info.MoveNextMethod, symbol) || 410Matches(info.CurrentProperty, symbol) || 411Matches(info.DisposeMethod, symbol)) 497if (deconstructMethods.Any(static (m, symbol) => Matches(m, symbol), symbol)) 528if (Matches(awaitExpressionMethod, symbol)) 563if (Matches(constructor, symbol)) 578if (Matches(info.Symbol, notNullOriginalUnreducedSymbol2)) 583if (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))