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