3 references to ParseQualifiedNameRight
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (3)
6975var tmp = this.ParseQualifiedNameRight(NameOptions.InTypeList, explicitInterfaceName, separator); 7086? ParseQualifiedNameRight(allowedParts, name, this.EatToken()) 7103name = ParseQualifiedNameRight(options, name, separator);