41 references to ERR_UnexpectedUnboundGenericName
Microsoft.CodeAnalysis.CSharp (5)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
Attributes\AttributeTests.cs (6)
8913Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "B<>").WithLocation(7, 2),
8940Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "C<,>").WithLocation(12, 2),
8970Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "B<>").WithLocation(7, 2),
8985Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "C<,>").WithLocation(12, 2),
10598Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "C<>").WithLocation(6, 2),
10619Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "C<>").WithLocation(6, 2),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (22)
Semantics\NameOfTests.cs (8)
2572Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "List<>").WithLocation(4, 21));
2587Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "List<>").WithLocation(4, 21));
2604Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Outer<>").WithLocation(4, 21));
2621Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Inner<>").WithLocation(4, 27));
2933Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "List<>").WithLocation(7, 39));
2955Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "List<>").WithLocation(7, 44));
2982Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "List<>").WithLocation(4, 21));
3011Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "List<>").WithLocation(5, 21));
Semantics\SemanticErrorTests.cs (11)
22904Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "C<>"),
22906Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "C<>"),
22908Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "C<>"),
22910Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "D<>"),
22912Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "D<,>"));
22946Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Outer<>"),
22948Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Outer<>"),
22950Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Inner<>"),
22952Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Inner<>"));
22992Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Inner<>"),
22995Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Outer<>"));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\NameParsingTests.cs (4)
1142Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "X<>").WithLocation(9, 15));
1267Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "X<>").WithLocation(9, 11));
1431Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "X<>").WithLocation(13, 11),
1434Diagnostic(ErrorCode.ERR_UnexpectedUnboundGenericName, "Y<,>").WithLocation(13, 16));