3 writes to _rootSchema
System.Private.Xml (3)
System\Xml\Schema\Inference\Infer.cs (3)
179
_rootSchema
= null;
202
_rootSchema
= elem.Parent as XmlSchema;
548
_rootSchema
= parentSchema;
5 references to _rootSchema
System.Private.Xml (5)
System\Xml\Schema\Inference\Infer.cs (5)
208
if (
_rootSchema
== null)
216
InferElement(xse!, false,
_rootSchema
);
249
_rootSchema
!.Namespaces.Add(prefix, ns);
253
Debug.Assert(
_rootSchema
!= null, "rootSchema is null");
254
schemas.Reprocess(
_rootSchema
);