10 references to ErrorCode
System.Core (10)
Microsoft\Win32\SafeHandles\CapiSafeHandles.cs (4)
115int error = (int)CapiNative.ErrorCode.Success; 130if (error != (int)CapiNative.ErrorCode.Success) { 383int error = (int)CapiNative.ErrorCode.Success; 402if (error != (int)CapiNative.ErrorCode.Success) {
System\Security\Cryptography\CapiHashAlgorithm.cs (1)
82if (error == (int)CapiNative.ErrorCode.BadAlgorithmId) {
System\Security\Cryptography\CapiNative.cs (5)
524if (throwPlatformException && (error == (int)CapiNative.ErrorCode.ProviderTypeNotDefined || 525error == (int)CapiNative.ErrorCode.KeysetNotDefined)) { 558if (error != (int)ErrorCode.MoreData) { 658if (errorCode == (int)ErrorCode.NoMoreItems) { 661else if (errorCode != (int)ErrorCode.MoreData) {