6 references to ERR_UnexpectedGenericName
Microsoft.CodeAnalysis.CSharp (6)
Declarations\DeclarationTreeBuilder.cs (1)
581diagnostics.Add(ErrorCode.ERR_UnexpectedGenericName, node.Name.GetLocation());
Errors\ErrorFacts.cs (1)
1577or ErrorCode.ERR_UnexpectedGenericName
Parser\LanguageParser.cs (4)
3974thisKeyword = this.AddError(thisKeyword, ErrorCode.ERR_UnexpectedGenericName); 4032identifier = this.AddError(identifier, ErrorCode.ERR_UnexpectedGenericName); 4877identifier = this.AddError(identifier, ErrorCode.ERR_UnexpectedGenericName); 5543name = this.AddError(name, ErrorCode.ERR_UnexpectedGenericName);