8 references to WRN_IsDynamicIsConfusing
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
3271
Error(diagnostics, ErrorCode.
WRN_IsDynamicIsConfusing
,
Errors\ErrorFacts.cs (2)
271
case ErrorCode.
WRN_IsDynamicIsConfusing
:
1413
case ErrorCode.
WRN_IsDynamicIsConfusing
:
Generated\ErrorFacts.Generated.cs (1)
118
case ErrorCode.
WRN_IsDynamicIsConfusing
:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\DynamicTests.cs (1)
2801
Diagnostic(ErrorCode.
WRN_IsDynamicIsConfusing
, "d is dynamic").WithArguments("is", "dynamic", "Object").WithLocation(43, 55),
Semantics\NullableReferenceTypesTests.cs (1)
82961
Diagnostic(ErrorCode.
WRN_IsDynamicIsConfusing
, "e is dynamic").WithArguments("is", "dynamic", "Object").WithLocation(39, 13));
Semantics\SemanticErrorTests.cs (1)
22615
Diagnostic(ErrorCode.
WRN_IsDynamicIsConfusing
, "123 is dynamic").WithArguments("is", "dynamic", "Object"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
242
Assert.Equal(3, ErrorFacts.GetWarningLevel(ErrorCode.
WRN_IsDynamicIsConfusing
));