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)
10520Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T1"),
10523Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T3"),
10526Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T4"),
10529Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T5"),
10532Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T7"),
10541Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T1"),
10544Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T3"),
10547Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T4"),
10550Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T5"),
10553Diagnostic(ErrorCode.ERR_TypeVarCantBeNull, "null").WithArguments("T7")
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)