11 references to ERR_CollectionBuilderNoElementType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (1)
1775
ErrorCode.
ERR_CollectionBuilderNoElementType
:
Errors\ErrorFacts.cs (1)
2406
or ErrorCode.
ERR_CollectionBuilderNoElementType
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (9)
Semantics\CollectionExpressionTests.cs (9)
15983
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[]").WithArguments("MyCollection<object>").WithLocation(6, 34),
15986
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[1, 2, 3]").WithArguments("MyCollection<int>").WithLocation(7, 31));
19503
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[]").WithArguments("MyCollection<T>").WithLocation(17, 42),
19506
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[]").WithArguments("MyCollection<int>").WithLocation(24, 31));
19548
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[]").WithArguments("MyCollection<int>").WithLocation(6, 31));
19580
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[]").WithArguments("MyCollection<T>").WithLocation(8, 42),
19583
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[]").WithArguments("MyCollection<int>").WithLocation(18, 31));
25051
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[]").WithArguments("MyCollection<object>").WithLocation(15, 34),
25054
Diagnostic(ErrorCode.
ERR_CollectionBuilderNoElementType
, "[]").WithArguments("MyCollection<object>").WithLocation(16, 39));