1 write to xmlnsAttributeCount
System.Private.DataContractSerialization (1)
System\Xml\XmlCanonicalWriter.cs (1)
159_scopes[_depth].xmlnsAttributeCount = _xmlnsAttributeCount;
6 references to xmlnsAttributeCount
System.Private.DataContractSerialization (6)
System\Xml\XmlCanonicalWriter.cs (6)
170_xmlnsAttributeCount = _scopes![_depth].xmlnsAttributeCount; 194for (int i = 0; i < _scopes[0].xmlnsAttributeCount; ++i) 237for (int i = 0; i < _scopes[0].xmlnsAttributeCount; ++i) 272for (int i = _scopes![_depth - 1].xmlnsAttributeCount; i < _xmlnsAttributeCount; i++) 707int xmlnsAttributeIndex = _scopes![_depth - 1].xmlnsAttributeCount; 741int xmlnsAttributeMin = _scopes![_depth - 1].xmlnsAttributeCount;