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