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