6 references to ERR_UnexpectedGenericName
Microsoft.CodeAnalysis.CSharp (6)
Declarations\DeclarationTreeBuilder.cs (1)
583
diagnostics.Add(ErrorCode.
ERR_UnexpectedGenericName
, node.Name.GetLocation());
Errors\ErrorFacts.cs (1)
1583
or ErrorCode.
ERR_UnexpectedGenericName
Parser\LanguageParser.cs (4)
4175
thisKeyword = this.AddError(thisKeyword, ErrorCode.
ERR_UnexpectedGenericName
);
4233
identifier = this.AddError(identifier, ErrorCode.
ERR_UnexpectedGenericName
);
5139
identifier = this.AddError(identifier, ErrorCode.
ERR_UnexpectedGenericName
);
5863
name = this.AddError(name, ErrorCode.
ERR_UnexpectedGenericName
);