Home
last modified time | relevance | path

Searched refs:schemasToCompile (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DSchemaSetCompiler.cs27 Hashtable schemasToCompile = new Hashtable(); field in System.Xml.Schema.Compiler
49 if (schemasToCompile[schema] != null) { in Prepare()
52 schemasToCompile.Add(schema, schema); in Prepare()
112 foreach(XmlSchema schema in schemasToCompile.Values) { in Output()