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