14 references to ERR_IsNullableType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Operators.cs (1)
4691
Error(diagnostics, ErrorCode.
ERR_IsNullableType
, node.Right, targetType);
Errors\ErrorFacts.cs (1)
1991
or ErrorCode.
ERR_IsNullableType
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Semantics\PatternMatchingTests2.cs (1)
2710
Diagnostic(ErrorCode.
ERR_IsNullableType
, "string?").WithArguments("string").WithLocation(10, 22),
Semantics\PatternMatchingTests4.cs (3)
3778
Diagnostic(ErrorCode.
ERR_IsNullableType
, "A?").WithArguments("A").WithLocation(7, 18),
3808
Diagnostic(ErrorCode.
ERR_IsNullableType
, "A?").WithArguments("A").WithLocation(14, 18),
3811
Diagnostic(ErrorCode.
ERR_IsNullableType
, "A[][]?").WithArguments("A[][]").WithLocation(15, 18),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Semantics\NullableReferenceTypesTests.cs (8)
7532
Diagnostic(ErrorCode.
ERR_IsNullableType
, "string?").WithArguments("string").WithLocation(6, 18),
7538
Diagnostic(ErrorCode.
ERR_IsNullableType
, "string ?").WithArguments("string").WithLocation(7, 18),
7550
Diagnostic(ErrorCode.
ERR_IsNullableType
, "object[]?").WithArguments("object[]").WithLocation(14, 18),
7556
Diagnostic(ErrorCode.
ERR_IsNullableType
, "object[] ?").WithArguments("object[]").WithLocation(15, 18),
7581
Diagnostic(ErrorCode.
ERR_IsNullableType
, "string?").WithArguments("string").WithLocation(6, 18),
7584
Diagnostic(ErrorCode.
ERR_IsNullableType
, "string ?").WithArguments("string").WithLocation(7, 18),
7590
Diagnostic(ErrorCode.
ERR_IsNullableType
, "object[]?").WithArguments("object[]").WithLocation(14, 18),
7593
Diagnostic(ErrorCode.
ERR_IsNullableType
, "object[] ?").WithArguments("object[]").WithLocation(15, 18),