5 references to Succeeded
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
349if (error != AddErrorKind.Succeeded)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
576Debug.Assert(error == AddErrorKind.Succeeded, "Since we are cloning a validated function, this should never fail.");
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1180if (error != AddErrorKind.Succeeded)
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (2)
141return AddErrorKind.Succeeded; 167Debug.Assert(error == AddErrorKind.Succeeded, "Invalid error encountered");