4 writes to ErrorCode
UnitTests.Common (4)
TestTypes.cs (4)
107this.ErrorCode = 0; 112return new ResultObject<T> { ErrorCode = anotherResult.ErrorCode, ErrorMessage = anotherResult.ErrorMessage, HttpStatusCode = anotherResult.HttpStatusCode }; 117return new ResultObject<T> { Result = default(T), ErrorCode = 0, ErrorMessage = TestTypes.ErrorMessage.Get(TestTypes.ErrorCode.Ok) }; 122this.ErrorCode = -1;
1 reference to ErrorCode
UnitTests.Common (1)
TestTypes.cs (1)
112return new ResultObject<T> { ErrorCode = anotherResult.ErrorCode, ErrorMessage = anotherResult.ErrorMessage, HttpStatusCode = anotherResult.HttpStatusCode };