3 writes to _scopes
System.Private.DataContractSerialization (3)
System\Xml\XmlCanonicalWriter.cs (3)
119
_scopes
= null;
151
_scopes
= new Scope[4];
157
_scopes
= newScopes;
15 references to _scopes
System.Private.DataContractSerialization (15)
System\Xml\XmlCanonicalWriter.cs (15)
118
if (
_scopes
!= null &&
_scopes
.Length > 16)
146
[MemberNotNull(nameof(
_scopes
))]
149
if (
_scopes
== null)
153
else if (_depth ==
_scopes
.Length)
156
Array.Copy(
_scopes
, newScopes, _depth);
159
_scopes
[_depth].xmlnsAttributeCount = _xmlnsAttributeCount;
160
_scopes
[_depth].xmlnsOffset = _xmlnsOffset;
170
_xmlnsAttributeCount =
_scopes
![_depth].xmlnsAttributeCount;
171
_xmlnsOffset =
_scopes
[_depth].xmlnsOffset;
194
for (int i = 0; i <
_scopes
[0].xmlnsAttributeCount; ++i)
237
for (int i = 0; i <
_scopes
[0].xmlnsAttributeCount; ++i)
272
for (int i =
_scopes
![_depth - 1].xmlnsAttributeCount; i < _xmlnsAttributeCount; i++)
707
int xmlnsAttributeIndex =
_scopes
![_depth - 1].xmlnsAttributeCount;
741
int xmlnsAttributeMin =
_scopes
![_depth - 1].xmlnsAttributeCount;