1 write to SchemaInfo
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
319node.SchemaInfo = schemaInfo;
2 references to SchemaInfo
System.Private.Xml (2)
System\Xml\Schema\AutoValidator.cs (1)
59SchemaInfo schemaInfo = node.SchemaInfo!;
System\Xml\Schema\XmlSchemaCollection.cs (1)
273return node?.SchemaInfo;