3 references to ERR_UnsupportedTypeForListPattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
306
Error(diagnostics, ErrorCode.
ERR_UnsupportedTypeForListPattern
, node, inputType);
Errors\ErrorFacts.cs (1)
2176
case ErrorCode.
ERR_UnsupportedTypeForListPattern
:
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Semantics\PatternMatchingTests_ListPatterns.cs (1)
5335
Diagnostic(ErrorCode.
ERR_UnsupportedTypeForListPattern
, "[_, .._]").WithArguments("dynamic").WithLocation(7, 18),