20 references to ERR_TypeVarCantBeNull
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (12)
Semantics\SemanticErrorTests.cs (10)
10466Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T1"),
10469Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T3"),
10472Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T4"),
10475Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T5"),
10478Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T7"),
10487Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T1"),
10490Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T3"),
10493Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T4"),
10496Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T5"),
10499Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T7")
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)