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