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