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)
432if (_attributePSVI != null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) 1235Debug.Assert(_attributePSVI != null); 1728if (_attributePSVI != null) 1785if (_attributePSVI != null) 1815if (_attributePSVI != null) 1839if (_attributePSVI != null) 1871if (_attributePSVI != null) 1977if (_attributePSVI != null) 1990Debug.Assert(_attributePSVI != null); 1991return _attributePSVI.attributeSchemaInfo; 2370if (_attributePSVI != null && _attributePSVI.typedAttributeValue != null) 2374XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute!; 2378return ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType!, unwrapTypedValue);
System\Xml\Core\XsdValidatingReaderAsync.cs (4)
696if (_attributePSVI != null && _attributePSVI.typedAttributeValue != null) 700XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute!; 704return (originalStringValue, ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType!, unwrapTypedValue));