1 write to filter
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\ContentIterators.cs (1)
291
this.
filter
= filter;
6 references to filter
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\ContentIterators.cs (6)
323
if (isContent ? this.
filter
.MoveToContent(this.navCurrent) :
324
this.
filter
.MoveToFollowingSibling(this.navCurrent))
340
if (isContent ? this.
filter
.MoveToContent(this.navNext) :
341
this.
filter
.MoveToFollowingSibling(this.navNext)) {
353
if (isContent ? !this.
filter
.MoveToNextContent(this.navCurrent) :
354
!this.
filter
.MoveToFollowingSibling(this.navCurrent)) {