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)
10511Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T1"),
10514Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T3"),
10517Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T4"),
10520Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T5"),
10523Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T7"),
10532Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T1"),
10535Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T3"),
10538Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T4"),
10541Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T5"),
10544Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T7")
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)