7 references to ERR_ConstructedDynamicTypeAsBound
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Constraints.cs (1)
634
Error(diagnostics, ErrorCode.
ERR_ConstructedDynamicTypeAsBound
, syntax, type);
Errors\ErrorFacts.cs (1)
1462
or ErrorCode.
ERR_ConstructedDynamicTypeAsBound
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NullableReferenceTypesTests.cs (2)
105077
Diagnostic(ErrorCode.
ERR_ConstructedDynamicTypeAsBound
, "B<dynamic>").WithArguments("B<dynamic>").WithLocation(8, 49)
111078
Diagnostic(ErrorCode.
ERR_ConstructedDynamicTypeAsBound
, "I<dynamic?>").WithArguments("I<dynamic?>").WithLocation(5, 35));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Symbols\SymbolErrorTests.cs (3)
16859
Diagnostic(ErrorCode.
ERR_ConstructedDynamicTypeAsBound
, "A<S<T>.D<dynamic>>").WithArguments("A<S<T>.D<dynamic>>").WithLocation(8, 15),
16861
Diagnostic(ErrorCode.
ERR_ConstructedDynamicTypeAsBound
, "I<dynamic[]>").WithArguments("I<dynamic[]>").WithLocation(8, 35),
16863
Diagnostic(ErrorCode.
ERR_ConstructedDynamicTypeAsBound
, "I<S<dynamic>.D<T>>").WithArguments("I<S<dynamic>.D<T>>").WithLocation(9, 15));