2 writes to SchemaAttribute
System.Private.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2098decl.SchemaAttribute = xa; //So this is available for PSVI
System\Xml\Schema\SchemaSetCompiler.cs (1)
2502decl.SchemaAttribute = xa; //So this is available for PSVI
4 references to SchemaAttribute
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
616localAttribute = attributeDef.SchemaAttribute; 986attList.Add(attDef.SchemaAttribute); 1075attSchemaInfo.SchemaAttribute = attdef.SchemaAttribute; 1083defaultAttributes.Add(attdef.SchemaAttribute);