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