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