15 writes to attributePSVI
System.Xml (15)
System\Xml\Core\XsdValidatingReader.cs (15)
935
attributePSVI
= GetAttributePSVI(name);
942
attributePSVI
= defaultNode.AttInfo;
967
attributePSVI
= GetAttributePSVI(name, ns);
971
attributePSVI
= null;
978
attributePSVI
= defaultNode.AttInfo;
1002
attributePSVI
= attributePSVINodes[i];
1005
attributePSVI
= null;
1012
attributePSVI
= cachedNode.AttInfo;
1026
attributePSVI
= attributePSVINodes[0];
1029
attributePSVI
= null;
1036
attributePSVI
= cachedNode.AttInfo;
1057
attributePSVI
= attributePSVINodes[currentAttrIndex];
1060
attributePSVI
= null;
1068
attributePSVI
= cachedNode.AttInfo;
1720
attributePSVI
= null;
18 references to attributePSVI
System.Xml (18)
System\Xml\Core\XsdValidatingReader.cs (14)
362
if (
attributePSVI
!= null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) {
968
Debug.Assert(
attributePSVI
!= null);
1353
if (
attributePSVI
!= null) {
1395
if (
attributePSVI
!= null) {
1417
if (
attributePSVI
!= null) {
1436
if (
attributePSVI
!= null) {
1458
if (
attributePSVI
!= null) {
1536
if (
attributePSVI
!= null) {
1545
Debug.Assert(
attributePSVI
!= null);
1546
return
attributePSVI
.attributeSchemaInfo;
1854
if (
attributePSVI
!= null &&
attributePSVI
.typedAttributeValue != null ) {
1856
XmlSchemaAttribute schemaAttr =
attributePSVI
.attributeSchemaInfo.SchemaAttribute;
1860
return ReturnBoxedValue(
attributePSVI
.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue );
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
566
if (
attributePSVI
!= null &&
attributePSVI
.typedAttributeValue != null ) {
568
XmlSchemaAttribute schemaAttr =
attributePSVI
.attributeSchemaInfo.SchemaAttribute;
572
tuple = new Tuple<string, object>(originalStringValue, ReturnBoxedValue(
attributePSVI
.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue ));