3 references to Success
System.Private.CoreLib (3)
src\libraries\Common\src\Interop\Interop.Utils.cs (2)
25if (resultCode == Globalization.ResultCode.Success) 35if (interopCall(buffer, arg1, arg2, arg3) == Globalization.ResultCode.Success)
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (1)
973else if (resultCode != Interop.Globalization.ResultCode.Success)