16 references to ERROR_SUCCESS
System.IO.Log (16)
System\IO\Log\LogFlushAsyncResult.cs (2)
76
if (errorCode == Error.
ERROR_SUCCESS
)
103
if (errorCode == Error.
ERROR_SUCCESS
)
System\IO\Log\LogManagementAsyncResult.cs (2)
65
uint queuedErrorCode = Error.
ERROR_SUCCESS
;
237
if (errorCode == Error.
ERROR_SUCCESS
)
System\IO\Log\LogReserveAndAppendState.cs (4)
277
if (errorCode == Error.
ERROR_SUCCESS
)
303
if (errorCode == Error.
ERROR_SUCCESS
)
327
if (errorCode == Error.
ERROR_SUCCESS
)
579
uint errorCode = Error.
ERROR_SUCCESS
;
System\IO\Log\LogWriteRestartAreaState.cs (4)
245
if (errorCode == Error.
ERROR_SUCCESS
)
268
if (errorCode == Error.
ERROR_SUCCESS
)
291
if (errorCode == Error.
ERROR_SUCCESS
)
460
uint errorCode = Error.
ERROR_SUCCESS
;
System\IO\Log\UnsafeNativeMethods.cs (4)
598
uint errorCode = Error.
ERROR_SUCCESS
;
945
uint errorCode = Error.
ERROR_SUCCESS
;
995
uint errorCode = Error.
ERROR_SUCCESS
;
1020
uint errorCode = Error.
ERROR_SUCCESS
;