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