3 writes to inclusivePrefixes
System.Runtime.Serialization (3)
System\Xml\XmlC14NWriter.cs (3)
98this.inclusivePrefixes = null; 101this.inclusivePrefixes = new string[inclusivePrefixes.Length]; 137inclusivePrefixes = null;
7 references to inclusivePrefixes
System.Runtime.Serialization (7)
System\Xml\XmlC14NWriter.cs (7)
108this.inclusivePrefixes[i] = inclusivePrefixes[i]; 201if (isRootElement && (this.inclusivePrefixes != null)) 250if (isRootElement && (this.inclusivePrefixes != null)) 267for (int i = 0; i < this.inclusivePrefixes.Length; ++i) 269if (this.inclusivePrefixes[i].Length == xmlnsAttribute.prefixLength) 271if (String.Compare(Encoding.UTF8.GetString(xmlnsBuffer, xmlnsAttribute.prefixOffset, xmlnsAttribute.prefixLength), this.inclusivePrefixes[i], StringComparison.Ordinal) == 0) 765if ((depth > 0) && (this.inclusivePrefixes != null))