2 overrides of Matches
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
4728
protected override bool
Matches
(string name)
4756
protected override bool
Matches
(string name)
3 references to Matches
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (3)
4564
if (_includeNamespace &&
Matches
(current.Name))
4576
if (_includeType &&
Matches
(current.Name))
4626
Matches
(member.Name))