2 references to MatchesName
Microsoft.CodeAnalysis.Features (2)
Debugging\AbstractBreakpointResolver.cs (2)
143types = types.Where(t => MatchesName(t, nameParts[0], _identifierComparer)); 183if (!MatchesName(container, names[i], comparer))