15 writes to _attributePSVI
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (15)
1159_attributePSVI = GetAttributePSVI(name); 1168_attributePSVI = defaultNode.AttInfo; 1198_attributePSVI = GetAttributePSVI(name, ns); 1203_attributePSVI = null; 1212_attributePSVI = defaultNode.AttInfo; 1241_attributePSVI = _attributePSVINodes[i]; 1245_attributePSVI = null; 1253_attributePSVI = _cachedNode.AttInfo; 1271_attributePSVI = _attributePSVINodes[0]; 1275_attributePSVI = null; 1283_attributePSVI = _cachedNode.AttInfo; 1308_attributePSVI = _attributePSVINodes[_currentAttrIndex]; 1312_attributePSVI = null; 1321_attributePSVI = _cachedNode.AttInfo; 2094_attributePSVI = null;
18 references to _attributePSVI
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (14)
423if (_attributePSVI != null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly) 1199Debug.Assert(_attributePSVI != null); 1654if (_attributePSVI != null) 1705if (_attributePSVI != null) 1732if (_attributePSVI != null) 1755if (_attributePSVI != null) 1784if (_attributePSVI != null) 1884if (_attributePSVI != null) 1896Debug.Assert(_attributePSVI != null); 1897return _attributePSVI.attributeSchemaInfo; 2254if (_attributePSVI != null && _attributePSVI.typedAttributeValue != null) 2258XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute; 2262return ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (4)
670if (_attributePSVI != null && _attributePSVI.typedAttributeValue != null) 674XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute; 678tuple = new Tuple<string, object>(originalStringValue, ReturnBoxedValue(_attributePSVI.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue));