2 writes to filters
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (2)
124this.filters = null; 128this.filters = new XmlNavigatorFilter[filters.Length];
3 references to filters
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (3)
131this.filters[i] = XmlNavNameFilter.Create(this.atomizedNames[filters[i].Left], this.atomizedNames[filters[i].Right]); 330Debug.Assert(this.filters != null); 331return this.filters[index];