Base:
property
Arg1
System.Data.Mapping.ViewGeneration.QueryRewriting.Tile<T_Query>.Arg1
3 references to Arg1
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\Tile.cs (3)
239return String.Format(CultureInfo.InvariantCulture, descriptionFormat, this.Arg1.Description, this.Arg2.Description); 245Tile<T_Query> newArg1 = Arg1.Replace(oldTile, newTile); 247if (newArg1 != Arg1 || newArg2 != Arg2)