2 writes to _attributeEvents
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (2)
69
_attributeEvents
= new ValidatingReaderNodeData[InitialAttributeCount];
675
_attributeEvents
= newAttributeEvents;
19 references to _attributeEvents
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdCachingReader.cs (19)
261
return (i >= 0) ?
_attributeEvents
[i].RawValue : null;
272
attribute =
_attributeEvents
[i];
288
return
_attributeEvents
[i].RawValue;
334
_cachedNode =
_attributeEvents
[i];
351
attribute =
_attributeEvents
[i];
356
_cachedNode =
_attributeEvents
[i];
371
_cachedNode =
_attributeEvents
[i];
382
_cachedNode =
_attributeEvents
[0];
391
_cachedNode =
_attributeEvents
[++_currentAttrIndex];
664
Debug.Assert(attIndex <=
_attributeEvents
.Length);
665
ValidatingReaderNodeData attInfo =
_attributeEvents
[attIndex];
671
if (attIndex >=
_attributeEvents
.Length - 1)
673
ValidatingReaderNodeData[] newAttributeEvents = new ValidatingReaderNodeData[
_attributeEvents
.Length * 2];
674
Array.Copy(
_attributeEvents
, 0, newAttributeEvents, 0,
_attributeEvents
.Length);
677
attInfo =
_attributeEvents
[attIndex];
681
_attributeEvents
[attIndex] = attInfo;
742
attribute =
_attributeEvents
[i];
761
attribute =
_attributeEvents
[i];