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