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)
423
if (
_attributePSVI
!= null && AttributeSchemaInfo.ContentType == XmlSchemaContentType.TextOnly)
1199
Debug.Assert(
_attributePSVI
!= null);
1654
if (
_attributePSVI
!= null)
1705
if (
_attributePSVI
!= null)
1732
if (
_attributePSVI
!= null)
1755
if (
_attributePSVI
!= null)
1784
if (
_attributePSVI
!= null)
1884
if (
_attributePSVI
!= null)
1896
Debug.Assert(
_attributePSVI
!= null);
1897
return
_attributePSVI
.attributeSchemaInfo;
2254
if (
_attributePSVI
!= null &&
_attributePSVI
.typedAttributeValue != null)
2258
XmlSchemaAttribute schemaAttr =
_attributePSVI
.attributeSchemaInfo.SchemaAttribute;
2262
return ReturnBoxedValue(
_attributePSVI
.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (4)
670
if (
_attributePSVI
!= null &&
_attributePSVI
.typedAttributeValue != null)
674
XmlSchemaAttribute schemaAttr =
_attributePSVI
.attributeSchemaInfo.SchemaAttribute;
678
tuple = new Tuple<string, object>(originalStringValue, ReturnBoxedValue(
_attributePSVI
.typedAttributeValue, AttributeSchemaInfo.XmlType, unwrapTypedValue));