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)
68
if (
_xmlnsAttributes
== null)
78
_xmlnsAttributes
[i].referred = true;
196
if (IsInclusivePrefix(ref
_xmlnsAttributes
![i]))
198
XmlnsAttribute attribute =
_xmlnsAttributes
[i];
239
if (IsInclusivePrefix(ref
_xmlnsAttributes
![i]))
241
XmlnsAttribute attribute =
_xmlnsAttributes
[i];
280
if (Equals(_xmlnsBuffer,
_xmlnsAttributes
![i].prefixOffset,
_xmlnsAttributes
[i].prefixLength, _xmlnsBuffer,
_xmlnsAttributes
[j].prefixOffset,
_xmlnsAttributes
[j].prefixLength))
283
if (Equals(_xmlnsBuffer,
_xmlnsAttributes
[i].nsOffset,
_xmlnsAttributes
[i].nsLength, _xmlnsBuffer,
_xmlnsAttributes
[j].nsOffset,
_xmlnsAttributes
[j].nsLength))
287
if (
_xmlnsAttributes
[j].referred)
307
WriteXmlnsAttribute(ref
_xmlnsAttributes
![i]);
356
[MemberNotNull(nameof(
_xmlnsAttributes
))]
380
[MemberNotNull(nameof(
_xmlnsAttributes
))]
674
[MemberNotNull(nameof(
_xmlnsAttributes
))]
677
if (
_xmlnsAttributes
== null)
681
else if (
_xmlnsAttributes
.Length == _xmlnsAttributeCount)
684
Array.Copy(
_xmlnsAttributes
, newXmlnsAttributes, _xmlnsAttributeCount);
702
_xmlnsAttributes
[_xmlnsAttributeCount++] = xmlnsAttribute;
711
int result = Compare(ref xmlnsAttribute, ref
_xmlnsAttributes
[xmlnsAttributeIndex]);
720
_xmlnsAttributes
[xmlnsAttributeIndex] = xmlnsAttribute;
732
Array.Copy(
_xmlnsAttributes
, xmlnsAttributeIndex,
_xmlnsAttributes
, xmlnsAttributeIndex + 1, _xmlnsAttributeCount - xmlnsAttributeIndex);
733
_xmlnsAttributes
[xmlnsAttributeIndex] = xmlnsAttribute;
747
_xmlnsBuffer!,
_xmlnsAttributes
![j].prefixOffset,
_xmlnsAttributes
[j].prefixLength))
752
nsOffset =
_xmlnsAttributes
[j].nsOffset;
753
nsLength =
_xmlnsAttributes
[j].nsLength;
758
if (!
_xmlnsAttributes
[j].referred)
760
XmlnsAttribute xmlnsAttribute =
_xmlnsAttributes
[j];
770
_xmlnsAttributes
[j].referred = true;