10 references to Success
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
1173return ConstCastResult.Success; 1183return ConstCastResult.Success; 1197return ConstCastResult.Success; 1331return ConstCastResult.Success;
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (5)
438if (result == ConstCastResult.Success) 465if (result == ConstCastResult.Success) 524if (result == ConstCastResult.Success) 572if (result == ConstCastResult.Success) 636if (result == ConstCastResult.Success)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
725if (result == ConstCastResult.Success)