9 references to WRN_IsDynamicIsConfusing
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Operators.cs (1)
4741Error(diagnostics, ErrorCode.WRN_IsDynamicIsConfusing,
Errors\ErrorFacts.cs (2)
284case ErrorCode.WRN_IsDynamicIsConfusing: 1474or ErrorCode.WRN_IsDynamicIsConfusing
Generated\ErrorFacts.Generated.cs (1)
118case ErrorCode.WRN_IsDynamicIsConfusing:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\DynamicTests.cs (2)
3041Diagnostic(ErrorCode.WRN_IsDynamicIsConfusing, "d is dynamic").WithArguments("is", "dynamic", "Object").WithLocation(43, 55), 3111Diagnostic(ErrorCode.WRN_IsDynamicIsConfusing, "d is dynamic").WithArguments("is", "dynamic", "Object").WithLocation(43, 55),
Semantics\NullableReferenceTypesTests.cs (1)
86650Diagnostic(ErrorCode.WRN_IsDynamicIsConfusing, "e is dynamic").WithArguments("is", "dynamic", "Object").WithLocation(39, 13));
Semantics\SemanticErrorTests.cs (1)
22871Diagnostic(ErrorCode.WRN_IsDynamicIsConfusing, "123 is dynamic").WithArguments("is", "dynamic", "Object"),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
242Assert.Equal(3, ErrorFacts.GetWarningLevel(ErrorCode.WRN_IsDynamicIsConfusing));