1 instantiation of OnOperation
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
245
OnOperation onOperation = new
OnOperation
(this, operation);
7 references to OnOperation
System.Data.Entity (7)
System\Data\EntityModel\SchemaObjectModel\IRelationshipEnd.cs (1)
38
ICollection<
OnOperation
> Operations { get; }
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (5)
25
private List<
OnOperation
> _operations;
69
public ICollection<
OnOperation
> Operations
74
_operations = new List<
OnOperation
>();
239
foreach (
OnOperation
other in Operations)
245
OnOperation
onOperation = new OnOperation(this, operation);
System\Data\Metadata\Converter.cs (1)
469
foreach (Som.
OnOperation
operation in end.Operations)