2 writes to filters
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (2)
46this.filters = staticData.NameFilters; 123this.filters = new Int32Pair[length];
5 references to filters
System.Data.SqlXml (5)
System\Xml\Xsl\Runtime\XmlQueryStaticData.cs (5)
125this.filters[idx] = new Int32Pair(dataReader.ReadInt32Encoded(), dataReader.ReadInt32Encoded()); 220if (this.filters == null) { 224dataWriter.Write(this.filters.Length); 225foreach (Int32Pair filter in this.filters) { 315get { return this.filters; }