2 writes to _all
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1020_all = (XmlSchemaAll)container; 1962builder._xso = builder._particle = builder._all = new XmlSchemaAll();
3 references to _all
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (3)
895container = _all; 1331builder._all.Items.Add(builder._element); 1963builder.AddParticle(builder._all);