3 references to ERR_ValueCantBeNull
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFacts.cs (1)
43case ErrorCode.ERR_ValueCantBeNull:
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
391throw ErrorHandling.Error(ErrorCode.ERR_ValueCantBeNull, dest); 508throw ErrorHandling.Error(ErrorCode.ERR_ValueCantBeNull, dest);