3 writes to _xmlnsAttributes
System.Private.DataContractSerialization (3)
System\Xml\XmlCanonicalWriter.cs (3)
124_xmlnsAttributes = null; 679_xmlnsAttributes = new XmlnsAttribute[4]; 685_xmlnsAttributes = newXmlnsAttributes;
35 references to _xmlnsAttributes
System.Private.DataContractSerialization (35)
System\Xml\XmlCanonicalWriter.cs (35)
68if (_xmlnsAttributes == null) 78_xmlnsAttributes[i].referred = true; 196if (IsInclusivePrefix(ref _xmlnsAttributes![i])) 198XmlnsAttribute attribute = _xmlnsAttributes[i]; 239if (IsInclusivePrefix(ref _xmlnsAttributes![i])) 241XmlnsAttribute attribute = _xmlnsAttributes[i]; 280if (Equals(_xmlnsBuffer, _xmlnsAttributes![i].prefixOffset, _xmlnsAttributes[i].prefixLength, _xmlnsBuffer, _xmlnsAttributes[j].prefixOffset, _xmlnsAttributes[j].prefixLength)) 283if (Equals(_xmlnsBuffer, _xmlnsAttributes[i].nsOffset, _xmlnsAttributes[i].nsLength, _xmlnsBuffer, _xmlnsAttributes[j].nsOffset, _xmlnsAttributes[j].nsLength)) 287if (_xmlnsAttributes[j].referred) 307WriteXmlnsAttribute(ref _xmlnsAttributes![i]); 356[MemberNotNull(nameof(_xmlnsAttributes))] 380[MemberNotNull(nameof(_xmlnsAttributes))] 674[MemberNotNull(nameof(_xmlnsAttributes))] 677if (_xmlnsAttributes == null) 681else if (_xmlnsAttributes.Length == _xmlnsAttributeCount) 684Array.Copy(_xmlnsAttributes, newXmlnsAttributes, _xmlnsAttributeCount); 702_xmlnsAttributes[_xmlnsAttributeCount++] = xmlnsAttribute; 711int result = Compare(ref xmlnsAttribute, ref _xmlnsAttributes[xmlnsAttributeIndex]); 720_xmlnsAttributes[xmlnsAttributeIndex] = xmlnsAttribute; 732Array.Copy(_xmlnsAttributes, xmlnsAttributeIndex, _xmlnsAttributes, xmlnsAttributeIndex + 1, _xmlnsAttributeCount - xmlnsAttributeIndex); 733_xmlnsAttributes[xmlnsAttributeIndex] = xmlnsAttribute; 747_xmlnsBuffer!, _xmlnsAttributes![j].prefixOffset, _xmlnsAttributes[j].prefixLength)) 752nsOffset = _xmlnsAttributes[j].nsOffset; 753nsLength = _xmlnsAttributes[j].nsLength; 758if (!_xmlnsAttributes[j].referred) 760XmlnsAttribute xmlnsAttribute = _xmlnsAttributes[j]; 770_xmlnsAttributes[j].referred = true;