12 references to SetAttributeType
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
2110xa.SetAttributeType(a.AttributeSchemaType); 2118xa.SetAttributeType(xa.SchemaType); 2127xa.SetAttributeType(simpleType); 2140xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
2520xa.SetAttributeType(a.AttributeSchemaType); 2528xa.SetAttributeType(xa.SchemaType); 2537xa.SetAttributeType(simpleType); 2550xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
2494tempXsiTypeSO.SetAttributeType(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.QName)); 2502tempxsiNilSO.SetAttributeType(XmlSchemaType.GetBuiltInSimpleType(XmlTypeCode.Boolean)); 2511tempxsiSLSO.SetAttributeType(stringType); 2520tempxsiNoNsSLSO.SetAttributeType(stringType);