6 references to ERR_PatternDynamicType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (1)
761
Error(diagnostics, ErrorCode.
ERR_PatternDynamicType
, typeSyntax);
Errors\ErrorFacts.cs (1)
1820
or ErrorCode.
ERR_PatternDynamicType
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Semantics\PatternSwitchTests.cs (2)
2991
Diagnostic(ErrorCode.
ERR_PatternDynamicType
, "dynamic"),
2994
Diagnostic(ErrorCode.
ERR_PatternDynamicType
, "dynamic").WithLocation(12, 18)
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (2)
IOperation\IOperationTests_IIsPatternExpression.cs (1)
147
Diagnostic(ErrorCode.
ERR_PatternDynamicType
, "dynamic").WithLocation(7, 28)
IOperation\IOperationTests_IPatternSwitchCase.cs (1)
157
Diagnostic(ErrorCode.
ERR_PatternDynamicType
, "dynamic").WithLocation(9, 28)