5 references to Matches
Microsoft.CodeAnalysis.Workspaces (5)
FindSymbols\FindReferences\Finders\AbstractReferenceFinder.cs (3)
562
if (
Matches
(constructor, symbol))
577
if (
Matches
(info.Symbol, notNullOriginalUnreducedSymbol2))
582
if (
Matches
(symbol, notNullOriginalUnreducedSymbol2))
FindSymbols\FindReferences\Finders\ConstructorSymbolReferenceFinder.cs (2)
250
if (
Matches
(constructor, symbol))
291
if (
Matches
(constructor, symbol))