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)
208if (_rootSchema == null) 216InferElement(xse!, false, _rootSchema); 249_rootSchema!.Namespaces.Add(prefix, ns); 253Debug.Assert(_rootSchema != null, "rootSchema is null"); 254schemas.Reprocess(_rootSchema);