3 references to ERR_UnsupportedTypeForListPattern
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
307
Error(diagnostics, ErrorCode.
ERR_UnsupportedTypeForListPattern
, node, inputType);
Errors\ErrorFacts.cs (1)
2233
or ErrorCode.
ERR_UnsupportedTypeForListPattern
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\PatternMatchingTests_ListPatterns.cs (1)
5332
Diagnostic(ErrorCode.
ERR_UnsupportedTypeForListPattern
, "[_, .._]").WithArguments("dynamic").WithLocation(7, 18),