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