15 writes to _attributePSVI
System.Private.Xml (15)
System\Xml\Core\XsdValidatingReader.cs (15)
1188
_attributePSVI
= GetAttributePSVI(name);
1198
_attributePSVI
= defaultNode.AttInfo;
1234
_attributePSVI
= GetAttributePSVI(atomizedName, ns);
1240
_attributePSVI
= null;
1251
_attributePSVI
= defaultNode.AttInfo;
1284
_attributePSVI
= _attributePSVINodes[i];
1288
_attributePSVI
= null;
1298
_attributePSVI
= _cachedNode.AttInfo;
1318
_attributePSVI
= _attributePSVINodes[0];
1322
_attributePSVI
= null;
1332
_attributePSVI
= _cachedNode.AttInfo;
1360
_attributePSVI
= _attributePSVINodes[_currentAttrIndex];
1364
_attributePSVI
= null;
1375
_attributePSVI
= _cachedNode.AttInfo;
2203
_attributePSVI
= null;
18 references to _attributePSVI
System.Private.Xml (18)
System\Xml\Core\XsdValidatingReader.cs (14)
432
if (
_attributePSVI
!= null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly)
1235
Debug.Assert(
_attributePSVI
!= null);
1728
if (
_attributePSVI
!= null)
1785
if (
_attributePSVI
!= null)
1815
if (
_attributePSVI
!= null)
1839
if (
_attributePSVI
!= null)
1871
if (
_attributePSVI
!= null)
1977
if (
_attributePSVI
!= null)
1990
Debug.Assert(
_attributePSVI
!= null);
1991
return
_attributePSVI
.attributeSchemaInfo;
2370
if (
_attributePSVI
!= null &&
_attributePSVI
.typedAttributeValue != null)
2374
XmlSchemaAttribute schemaAttr =
_attributePSVI
.attributeSchemaInfo.SchemaAttribute!;
2378
return ReturnBoxedValue(
_attributePSVI
.typedAttributeValue, AttributeSchemaInfo.XmlType!, unwrapTypedValue);
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
696
if (
_attributePSVI
!= null &&
_attributePSVI
.typedAttributeValue != null)
700
XmlSchemaAttribute schemaAttr =
_attributePSVI
.attributeSchemaInfo.SchemaAttribute!;
704
return (originalStringValue, ReturnBoxedValue(
_attributePSVI
.typedAttributeValue, AttributeSchemaInfo.XmlType!, unwrapTypedValue));