12 references to SetAttributeType
System.Xml (12)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
1671xa.SetAttributeType(a.AttributeSchemaType); 1677xa.SetAttributeType(xa.SchemaType); 1684xa.SetAttributeType(simpleType); 1695xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
System\Xml\Schema\SchemaSetCompiler.cs (4)
2001xa.SetAttributeType(a.AttributeSchemaType); 2007xa.SetAttributeType(xa.SchemaType); 2014xa.SetAttributeType(simpleType); 2025xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
System\Xml\Schema\XmlSchemaValidator.cs (4)
2073tempXsiTypeSO.SetAttributeType(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.QName)); 2080tempxsiNilSO.SetAttributeType(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Boolean)); 2088tempxsiSLSO.SetAttributeType(stringType); 2096tempxsiNoNsSLSO.SetAttributeType(stringType);