1 write to isLocallyInteresting
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
44this.isLocallyInteresting = isLocallyInteresting;
1 reference to isLocallyInteresting
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceMemberPath.cs (1)
74return this.isLocallyInteresting || (null != this.parent && this.parent.IsInteresting);