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