3 writes to xmlnsAttributes
System.Runtime.Serialization (3)
System\Xml\XmlC14NWriter.cs (3)
134
xmlnsAttributes
= null;
753
xmlnsAttributes
= new XmlnsAttribute[4];
759
xmlnsAttributes
= newXmlnsAttributes;
32 references to xmlnsAttributes
System.Runtime.Serialization (32)
System\Xml\XmlC14NWriter.cs (32)
76
if (
xmlnsAttributes
== null)
86
xmlnsAttributes
[i].referred = true;
206
if (IsInclusivePrefix(ref
xmlnsAttributes
[i]))
208
XmlnsAttribute attribute =
xmlnsAttributes
[i];
255
if (IsInclusivePrefix(ref
xmlnsAttributes
[i]))
257
XmlnsAttribute attribute =
xmlnsAttributes
[i];
296
if (Equals(xmlnsBuffer,
xmlnsAttributes
[i].prefixOffset,
xmlnsAttributes
[i].prefixLength, xmlnsBuffer,
xmlnsAttributes
[j].prefixOffset,
xmlnsAttributes
[j].prefixLength))
299
if (Equals(xmlnsBuffer,
xmlnsAttributes
[i].nsOffset,
xmlnsAttributes
[i].nsLength, xmlnsBuffer,
xmlnsAttributes
[j].nsOffset,
xmlnsAttributes
[j].nsLength))
303
if (
xmlnsAttributes
[j].referred)
323
WriteXmlnsAttribute(ref
xmlnsAttributes
[i]);
751
if (
xmlnsAttributes
== null)
755
else if (
xmlnsAttributes
.Length == xmlnsAttributeCount)
758
Array.Copy(
xmlnsAttributes
, newXmlnsAttributes, xmlnsAttributeCount);
776
xmlnsAttributes
[xmlnsAttributeCount++] = xmlnsAttribute;
785
int result = Compare(ref xmlnsAttribute, ref
xmlnsAttributes
[xmlnsAttributeIndex]);
794
xmlnsAttributes
[xmlnsAttributeIndex] = xmlnsAttribute;
806
Array.Copy(
xmlnsAttributes
, xmlnsAttributeIndex,
xmlnsAttributes
, xmlnsAttributeIndex + 1, xmlnsAttributeCount - xmlnsAttributeIndex);
807
xmlnsAttributes
[xmlnsAttributeIndex] = xmlnsAttribute;
821
xmlnsBuffer,
xmlnsAttributes
[j].prefixOffset,
xmlnsAttributes
[j].prefixLength))
826
nsOffset =
xmlnsAttributes
[j].nsOffset;
827
nsLength =
xmlnsAttributes
[j].nsLength;
832
if (!
xmlnsAttributes
[j].referred)
834
XmlnsAttribute xmlnsAttribute =
xmlnsAttributes
[j];
844
xmlnsAttributes
[j].referred = true;