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