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)
2467tempXsiTypeSO.SetAttributeType(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.QName)); 2475tempxsiNilSO.SetAttributeType(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Boolean)); 2484tempxsiSLSO.SetAttributeType(stringType); 2493tempxsiNoNsSLSO.SetAttributeType(stringType);