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