3 writes to _rootSchema
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (3)
202_rootSchema = null; 225_rootSchema = elem.Parent as XmlSchema; 566_rootSchema = parentSchema;
5 references to _rootSchema
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (5)
231if (_rootSchema == null) 239InferElement(xse, false, _rootSchema); 272_rootSchema.Namespaces.Add(prefix, ns); 276Debug.Assert(_rootSchema != null, "rootSchema is null"); 277schemas.Reprocess(_rootSchema);