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