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