2 writes to SchemaAttribute
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1727decl.SchemaAttribute = xa; //So this is available for PSVI
System\Xml\Schema\SchemaSetCompiler.cs (1)
2034decl.SchemaAttribute = xa; //So this is available for PSVI
5 references to SchemaAttribute
System.Xml (5)
System\Xml\Schema\SchemaInfo.cs (1)
154return attdef.SchemaAttribute;
System\Xml\Schema\XmlSchemaValidator.cs (4)
571localAttribute = attributeDef.SchemaAttribute; 867attList.Add(attDef.SchemaAttribute); 933attSchemaInfo.SchemaAttribute = attdef.SchemaAttribute; 940defaultAttributes.Add(attdef.SchemaAttribute);