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)
10462Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T1"),
10465Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T3"),
10468Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T4"),
10471Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T5"),
10474Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T7"),
10483Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T1"),
10486Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T3"),
10489Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T4"),
10492Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T5"),
10495Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T7")
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)