10 references to Matches
Microsoft.CodeAnalysis.Workspaces (10)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (9)
411
if (
Matches
(info.GetEnumeratorMethod, symbol) ||
412
Matches
(info.MoveNextMethod, symbol) ||
413
Matches
(info.CurrentProperty, symbol) ||
414
Matches
(info.DisposeMethod, symbol))
492
if (deconstructMethods.Any(static (m, symbol) =>
Matches
(m, symbol), symbol))
519
if (
Matches
(awaitExpressionMethod, symbol))
550
if (
Matches
(constructor, symbol))
564
if (
Matches
(info.Symbol, notNullOriginalUnreducedSymbol2))
569
if (
Matches
(symbol, notNullOriginalUnreducedSymbol2))
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (1)
239
if (
Matches
(constructor, symbol))