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