12 references to SetAttributeType
System.Private.Xml (12)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
2032xa.SetAttributeType(a.AttributeSchemaType); 2040xa.SetAttributeType(xa.SchemaType); 2049xa.SetAttributeType(simpleType); 2062xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
System\Xml\Schema\SchemaSetCompiler.cs (4)
2465xa.SetAttributeType(a.AttributeSchemaType); 2473xa.SetAttributeType(xa.SchemaType); 2482xa.SetAttributeType(simpleType); 2495xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
System\Xml\Schema\XmlSchemaValidator.cs (4)
2479tempXsiTypeSO.SetAttributeType(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.QName)); 2487tempxsiNilSO.SetAttributeType(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Boolean)); 2496tempxsiSLSO.SetAttributeType(stringType); 2505tempxsiNoNsSLSO.SetAttributeType(stringType);