2 overrides of Matches
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
5159
protected override bool
Matches
(string name)
5187
protected override bool
Matches
(string name)
3 references to Matches
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (3)
4995
if (_includeNamespace &&
Matches
(current.Name))
5007
if (_includeType &&
Matches
(current.Name))
5057
Matches
(member.Name))