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)
231
if (
_rootSchema
== null)
239
InferElement(xse, false,
_rootSchema
);
272
_rootSchema
.Namespaces.Add(prefix, ns);
276
Debug.Assert(
_rootSchema
!= null, "rootSchema is null");
277
schemas.Reprocess(
_rootSchema
);