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)
271
if (
Matches
(constructor, symbol))
312
if (
Matches
(constructor, symbol))