2 overrides of Matches
Microsoft.CodeAnalysis.CSharp (2)
Compilation\CSharpCompilation.cs (2)
5065protected override bool Matches(string name) 5093protected override bool Matches(string name)
3 references to Matches
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (3)
4901if (_includeNamespace && Matches(current.Name)) 4913if (_includeType && Matches(current.Name)) 4963Matches(member.Name))