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