1 write to attributeSchemaInfo
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
33attributeSchemaInfo = new XmlSchemaInfo();
7 references to attributeSchemaInfo
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (5)
41attributeSchemaInfo.Clear(); 1897return _attributePSVI.attributeSchemaInfo; 2071attributePSVI.typedAttributeValue = _validator.ValidateAttribute(localName, ns, _valueGetter, attributePSVI.attributeSchemaInfo); 2074attributeInvalid = attributePSVI.attributeSchemaInfo.Validity == XmlSchemaValidity.Invalid; 2258XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (1)
674XmlSchemaAttribute schemaAttr = _attributePSVI.attributeSchemaInfo.SchemaAttribute;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1089XmlSchemaInfo attSchemaInfo = attrValidInfo.attributeSchemaInfo;