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