10 references to Success
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
1142return ConstCastResult.Success; 1152return ConstCastResult.Success; 1166return ConstCastResult.Success; 1300return ConstCastResult.Success;
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (5)
437if (result == ConstCastResult.Success) 464if (result == ConstCastResult.Success) 523if (result == ConstCastResult.Success) 571if (result == ConstCastResult.Success) 634if (result == ConstCastResult.Success)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
722if (result == ConstCastResult.Success)