3 writes to scopes
System.Runtime.Serialization (3)
System\Xml\XmlC14NWriter.cs (3)
129
scopes
= null;
160
scopes
= new Scope[4];
166
scopes
= newScopes;
14 references to scopes
System.Runtime.Serialization (14)
System\Xml\XmlC14NWriter.cs (14)
128
if (
scopes
!= null &&
scopes
.Length > 16)
158
if (
scopes
== null)
162
else if (depth ==
scopes
.Length)
165
Array.Copy(
scopes
, newScopes, depth);
168
scopes
[depth].xmlnsAttributeCount = xmlnsAttributeCount;
169
scopes
[depth].xmlnsOffset = xmlnsOffset;
179
xmlnsAttributeCount =
scopes
[depth].xmlnsAttributeCount;
180
xmlnsOffset =
scopes
[depth].xmlnsOffset;
204
for (int i = 0; i < this.
scopes
[0].xmlnsAttributeCount; ++i)
253
for (int i = 0; i < this.
scopes
[0].xmlnsAttributeCount; ++i)
289
for (int i =
scopes
[depth - 1].xmlnsAttributeCount; i < xmlnsAttributeCount; i++)
781
int xmlnsAttributeIndex =
scopes
[depth - 1].xmlnsAttributeCount;
815
int xmlnsAttributeMin =
scopes
[depth - 1].xmlnsAttributeCount;