3 writes to rootSchema
System.Xml (3)
System\Xml\Schema\Inference\Infer.cs (3)
204this.rootSchema = null; 227rootSchema = elem.Parent as XmlSchema; 565this.rootSchema = parentSchema;
5 references to rootSchema
System.Xml (5)
System\Xml\Schema\Inference\Infer.cs (5)
233if (rootSchema == null) 241InferElement(xse, false, rootSchema); 273rootSchema.Namespaces.Add(prefix, ns); 277Debug.Assert(this.rootSchema != null, "rootSchema is null"); 278schemas.Reprocess(rootSchema);